Skip to main content

ddwaf_object_is_array

Function ddwaf_object_is_array 

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

Returns true if the object is an array.

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

@return True if the object is an array, false otherwise.