Expand description
Engine read paths — accessors and queries.
Read-only methods on Engine: store / schema / mount accessors,
per-mem path helpers (gitdir_for / worktree_for), aggregated
views (communities, orphans, stubs, most_connected,
missing_required_outgoing), per-mem summaries (health,
status, context), search (list, search,
search_indexes), and the bytes-level read wrappers
(list_entities, read_entity, read_provenance). Capability and
cross-mem link gating live here too — they’re consulted by
handlers before any mutation reaches the backend.
Structs§
- MemAnchor
Verification - One mem’s standalone anchor-verification report — the counts plus the per-anchor rows, in sidecar order.
- Resolved
Anchor - Whether
anchorreferencespath.tree-grain anchors matchpathitself and anything beneath the tree; every other grain matches by exact base-path equality. A stored anchor paired with its live resolution state, when observable. SeeEngine::entity_anchors_resolvedfor howstateis produced and when it isNone(unobserved, never fabricated). - Verified
Anchor - One anchor’s verification row.