Skip to main content

Crate code_split_complexity

Crate code_split_complexity 

Source

Functions§

analyze
Walk all source files under root whose extension is in extensions, compute complexity metrics via rust-code-analysis, and annotate the file-level nodes in the graph (File nodes, and — before the Rust module→file collapse — file-backed Module nodes with line == None). Returns the number of nodes annotated.
analyze_js
Same as analyze but for JavaScript / TypeScript source files.
analyze_python
Same as analyze but for Python source files.