Expand description
In-memory graph store. Dumb data structure — no validation, no side effects. All mutations go through Engine methods.
Structs§
- Edge
- Edge in the graph.
- InEdge
- Incoming edge — stored in in_edges for efficient reverse lookups.
- Store
- The graph store. Three maps: nodes, outgoing edges, incoming edges.
Enums§
- Edge
Source - Where an edge was declared. Under the alias model every authored
edge is
Explicit(an entry in the auto-managed## Relationshipssection);Hierarchyis a derived view overPART_OFrather than an authoring channel;BodyLinkis engine-emitted from a body wiki-link via the alias-synthesis pass (rel-type equals the source schema’salias_target_rel_typepointer).