Skip to main content

ddwaf_object_get_length

Function ddwaf_object_get_length 

Source
pub unsafe extern "C" fn ddwaf_object_get_length(
    object: *const ddwaf_object,
) -> usize
Expand description

Returns the length of the string object.

@param object The object from which to get the length.

@return The string length or 0 if the object is not a string.