#[no_mangle]
pub unsafe extern "C" fn graph_get_connections_without_keys(
    graph_state: *mut GraphState
) -> FFIResult<GraphConnectionsWithoutKeys, GraphError>
Expand description

Get user connections without keys from graph state

Safety

This function is unsafe because it dereferences a raw pointer

Arguments

  • graph_state - a pointer to a graph state

Returns

  • GraphConnectionsWithoutKeys - the pointer to the graph connections without keys

Errors

  • GraphError - if the connections cannot be retrieved