package
Version:
v0.20.0
Opens a new window with list of versions in this module.
Published: Jul 5, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package graph answers reachability questions over the CALLS edge table using
depth-capped, cycle-guarded recursive CTEs.
CallPaths returns up to limit distinct call paths from -> to (each a sequence
of nodes), shortest first.
Node is a symbol reached during traversal.
Callees returns symbols transitively called by start, up to maxDepth.
Callers returns symbols that transitively call start, up to maxDepth.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.