Skip to main content

register_edge_offset

Function register_edge_offset 

Source
pub fn register_edge_offset(
    from_id: NativeNodeId,
    to_id: NativeNodeId,
    edge_offset: FileOffset,
)
Expand description

Register an edge in the neighbor pointer table This should be called whenever an edge is written to disk Optimized with cold-path offloading for cache management