Skip to main content

GitBranchReadRefSchemasFn

Type Alias GitBranchReadRefSchemasFn 

Source
pub type GitBranchReadRefSchemasFn = fn(workspace_root: &Path) -> Result<Vec<Arc<Schema>>, BackendError>;
Expand description

Re-read every schema sealed on the workspace’s __MEMSTEAD:schemas/ ref (empty when the ref or subtree is absent). Read-only; Engine::full_refresh is the consumer — the warm-server path that makes an out-of-band memstead schema install resolvable without a process restart.