Skip to main content

Module context

Module context 

Source
Expand description

NavigationContext: Track recursion depth and detect cycles

This module provides:

  • Depth tracking for recursive navigation
  • Cycle detection via visited file set
  • RAII guard pattern for safe depth management

Structsยง

DepthGuard
RAII guard to decrement depth on drop
NavigationContext
Context for tracking recursive navigation