Skip to main content

ddwaf_object_get_signed

Function ddwaf_object_get_signed 

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

Returns the int64 contained within the object.

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

@return The integer or 0 if the object is not a signed.