pub fn clamp_offset(offset: usize) -> usizeExpand 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.