Skip to main content

read_store

Function read_store 

Source
pub fn read_store(git: &dyn GitOps) -> Result<KnowledgeStore, GitError>
Expand description

Read the knowledge store from git notes.

Returns a default (empty) store if no knowledge has been written yet.