Skip to main content

pamoja_anomaly_free

Function pamoja_anomaly_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_anomaly_free( anomaly: *mut PamojaAnomaly, )
Expand description

Releases an anomaly detector handle.

Passing null is a no-op.

ยงSafety

anomaly must be a handle from pamoja_anomaly_new that has not already been freed, or null. After this call it must not be used again.