Skip to main content

amem_graph_resolve

Function amem_graph_resolve 

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

Resolve: follow SUPERSEDES chain. Returns final node ID or error.

ยงSafety

The caller must ensure that all pointer arguments are valid and non-null (unless the function explicitly handles null pointers), and that any pointed-to data is valid for the expected type and lifetime.