Skip to main content

Module query

Module query 

Source
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§

MemAnchorVerification
One mem’s standalone anchor-verification report — the counts plus the per-anchor rows, in sidecar order.
ResolvedAnchor
Whether anchor references path. tree-grain anchors match path itself 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. See Engine::entity_anchors_resolved for how state is produced and when it is None (unobserved, never fabricated).
VerifiedAnchor
One anchor’s verification row.