Skip to main content

acb_graph_get_unit_complexity

Function acb_graph_get_unit_complexity 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn acb_graph_get_unit_complexity( graph: *mut c_void, unit_id: u64, ) -> f32
Expand description

Get a unit’s complexity score. Returns -1.0 if not found.

§Safety

graph must be a valid, non-null handle from acb_graph_open.