Expand description
Assemble a view’s manifest into a queryable graph (ADR 0012, ticket C1).
The manifest (path -> content_hash) is the identity layer; the blob store
holds the path-agnostic slices. Assembly fetches each referenced slice and
inserts it under its manifest path, re-attaching the path the slice itself
does not carry.
Functions§
- assemble
- Assemble
manifestinto an in-memory graph by fetching each slice fromblobsand inserting it under its path.