Functionsยง
- analyze
- Walk all source files under
rootwhose extension is inextensions, compute complexity metrics via rust-code-analysis, and annotateFn,Method, andFilenodes in the graph. Returns the number of nodes annotated. - analyze_
js - Same as
analyzebut for JavaScript / TypeScript source files. - analyze_
python - Same as
analyzebut for Python source files.