the-code-graph 0.1.1

Index codebases into a queryable dependency graph
the-code-graph-0.1.1 is not a library.

The Code Graph

Index codebases into a queryable dependency graph.

Install

cargo install the-code-graph

Usage

# Index the current project
tcg index

# Find a symbol
tcg find MyFunction

# Show references
tcg refs MyFunction

# Analyze blast radius
tcg impact MyFunction

# Detect unused symbols
tcg dead-code

License

MIT