code-search-cli 0.3.3

Intelligent code search tool for tracing text (UI text, function names, variables) to implementation code
Documentation
1
2
3
4
5
6
7
pub mod call_extractor;
pub mod function_finder;
pub mod graph_builder; // Task 8.4 - not yet implemented

pub use call_extractor::{CallExtractor, CallerInfo};
pub use function_finder::{FunctionDef, FunctionFinder};
pub use graph_builder::{CallGraphBuilder, CallNode, CallTree, TraceDirection}; // Task 8.4