Skip to main content

acb_graph_unit_count

Function acb_graph_unit_count 

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

Get the number of code units in the graph.

ยงSafety

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