Expand description
§Function and Class Extraction from AST
Extracts function definitions, class definitions, and methods from source code using tree-sitter AST parsing for accurate analysis.
Structs§
- Class
Info - Information about a class extracted from source code
- Function
Extractor - Extracts functions and classes from source code using tree-sitter
- Function
Info - Information about a function extracted from source code