Skip to main content

Module graph_ops

Module graph_ops 

Source
Expand description

Engine facade methods for graph algorithms.

These wrap lock acquisition + graph algorithm calls so the MCP/API transport layers don’t interact with the graph mutex directly.

Structs§

ChangeEntry
A commit entry in a temporal change report.
CycleGroup
A single cycle group (SCC with >= 2 nodes).
CycleReport
Report on detected circular dependencies (strongly connected components).
DriftReport
Report on architectural drift between two time periods.
GraphStats
In-memory graph statistics snapshot.
RankedNode
A node with its PageRank score.
StaleFile
A file that may be stale (not modified recently but still referenced).
TemporalSnapshot
Snapshot of the graph at a point in time.
TestHit
A test discovered by impact analysis.
TestImpactResult
Result of test impact analysis.