Expand description
Pure graph diagnostics over DescribeSnapshot (D39/R-describe).
These helpers are product-surface catch-up with the TypeScript clean-slate graph
diagnostics. They never read live nodes or mutate graph state; describe() remains
the single topology source of truth.
Structs§
- Causal
Chain CausalChaindata container.- Causal
Step CausalStepdata container.- Describe
Changeset DescribeChangesetdata container.- Explain
Path Options ExplainPathOptionsdata container.- Island
Report IslandReportdata container.- Profile
Summary ProfileSummarydata container.- Profile
Summary Node ProfileSummaryNodedata container.- Profile
Summary Options ProfileSummaryOptionsdata container.- Profile
Summary Status ProfileSummaryStatusdata container.- Reachable
Options ReachableOptionsdata container.- Reachable
Result ReachableResultdata container.- Validate
NoIslands Result ValidateNoIslandsResultdata container.
Enums§
- Describe
Event DescribeEventvariants.- Explain
Path Reason ExplainPathReasonvariants.- Reachable
Direction ReachableDirectionvariants.
Functions§
- explain_
path - Creates or computes
explain_path. - profile_
summary - Summarize an opt-in D39/R-profile snapshot using
describe()for node cardinality. - profile_
summary_ from_ snapshots - Pure profile rollup over an already-captured describe/profile pair.
- reachable
- Creates or computes
reachable. - topology_
diff - Pure topology delta from one D39
describe()snapshot to another. - validate_
no_ islands - Creates or computes
validate_no_islands.