Module function_extraction

Module function_extraction 

Source
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§

ClassInfo
Information about a class extracted from source code
FunctionExtractor
Extracts functions and classes from source code using tree-sitter
FunctionInfo
Information about a function extracted from source code