Skip to main content

ddwaf_object_get_size

Function ddwaf_object_get_size 

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

Returns the size of the container object.

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

@return The object size or 0 if the object is not a container (array, map).