Skip to main content

ddwaf_object_is_null

Function ddwaf_object_is_null 

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

Returns true if the object is null.

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

@return True if the object is null, false otherwise.