Skip to main content

ddwaf_object_is_map

Function ddwaf_object_is_map 

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

Returns true if the object is a map.

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

@return True if the object is a map, false otherwise.