Skip to main content

clamp_offset

Function clamp_offset 

Source
pub fn clamp_offset(offset: usize) -> usize
Expand description

Bound user-supplied offsets to the graph query page cap.

Callers may pass any non-negative offset, but FalkorDB reads stay capped at MAX_GRAPH_LIMIT so accidental deep pages cannot trigger unbounded scans.