/// Circular dependency example
/// Demonstrates: circular function calls, call graph analysis
use handle_request;
use process_data;
/// Main entry point that triggers circular calls
/// Public API that chains circular calls
/// Helper function that's part of the circular call chain
/// Another function in the call chain