Skip to main content

Module store

Module store 

Source
Expand description

Storage and structural queries over an assembled view’s slices.

Slices are path-agnostic (ADR 0012); the store keys each slice by the path it was assembled under, so location-bearing queries return Located results while the stored Symbol/Reference stay path-free.

Structs§

InMemoryGraphStore
An in-memory GraphStore, one slice per path.

Traits§

GraphStore
Structural queries over an assembled view (a set of path-keyed slices).