Expand description
Module graph contracts owned by the engine boundary.
Structs§
- Coordination
GapPaths - Engine-owned coordination gap between a changed contract and consumer.
- Direct
Importer Summary - Engine-owned importer details for one file that directly imports a target module.
- Focus
File Facts Paths - Engine-owned focus facts for one changed file.
- Impact
Closure Paths - Engine-owned impact closure with file ids resolved to paths.
- Imported
Symbol Summary - Engine-owned symbol details for a direct import edge.
- Module
Value Export - Engine-owned snapshot of one value export in a module graph.
- Partition
Order Paths - Engine-owned review partition and dependency-sensible order.
- Retained
Module Graph - Engine-owned retained graph handle.
- Review
Unit Paths - Engine-owned changed-file review unit.
Functions§
- export_
lines_ for_ changed_ paths - Compute changed-file export line anchors without exposing graph nodes.
- focus_
facts_ for_ changed_ paths - Compute path-resolved focus graph facts for absolute changed paths.
- impact_
closure_ for_ changed_ paths - Compute a path-resolved impact closure for absolute changed paths.
- internal_
consumers_ for_ changed_ paths - Compute direct non-diff internal consumer counts for absolute changed paths.
- module_
value_ exports - Return value exports with test-reference state without exposing graph node internals to downstream crates.
- partition_
order_ for_ changed_ paths - Compute path-resolved partition order for absolute changed paths.