Skip to main content

obj_integrity_report_is_ok

Function obj_integrity_report_is_ok 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn obj_integrity_report_is_ok( report: *const obj_integrity_report_t, ) -> bool
Expand description

true iff the report carries no failures. Null-tolerant — returns false for a NULL report (a NULL report is by definition not a clean one).

§Safety

If non-null, report must be a handle from obj_integrity_check not yet freed.