#[no_mangle]
pub unsafe extern "C" fn get_graph_states_count(
) -> FFIResult<usize, GraphError>
Expand description

Get total graph states in GRAPH_STATES collection

Returns

  • usize - the total graph states in GRAPH_STATES collection

Errors

  • GraphError - if the count of graph states cannot be retrieved