code-graph-cli 3.0.1

Code intelligence engine for TypeScript/JavaScript/Rust/Python/Go — query the dependency graph instead of reading source files.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod circular;
pub mod clones;
pub mod clusters;
pub mod context;
pub mod dead_code;
pub mod decorators;
pub mod diff;
pub mod file_summary;
pub mod find;
pub mod flow;
pub mod impact;
pub mod imports;
pub mod output;
pub mod refs;
pub mod rename;
pub mod stats;
pub mod structure;
pub(crate) mod util;