Skip to main content

ddwaf_object_get_bool

Function ddwaf_object_get_bool 

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

Returns the boolean contained within the object.

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

@return The boolean or false if the object is not a boolean.