Skip to main content

ddwaf_object_get_unsigned

Function ddwaf_object_get_unsigned 

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

Returns the uint64 contained within the object.

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

@return The integer or 0 if the object is not an unsigned.