Skip to main content

Module ops

Module ops 

Source
Expand description

Shared operations used by both the CLI and MCP server.

Structs§

BlastRadiusResult
Result of a blast radius query.
CallersResult
Result of a callers query.
DeadCodeResult
Result of a dead code analysis.
ModuleGraphResult
Result of a module graph query.
NodeSummary
A node summary (id, type, payload) used across multiple results.
QueryResult
Result of a raw Datalog query.
SearchResult
Result of a search query.
SearchResultItem
A single search result row.
StatusResult
Result of a status query.
TraitImplementorsResult
Result of a trait implementors query.

Constants§

DEAD_CODE_CAVEAT
Caveat about dynamic dispatch included in dead code results.

Functions§

blast_radius
Compute the blast radius from a given node.
callers
Find callers of a node up to a given depth.
dead_code
Find dead (unreachable) code with symbol names.
module_graph
Get the module containment graph.
node_info
Get full info for a node.
query
Run a raw Datalog query.
search
Run a text search.
status
Return graph status information including per-type breakdowns.
trait_implementors
Find implementors of a trait.