Skip to main content

KnowledgeStore

Trait KnowledgeStore 

Source
pub trait KnowledgeStore:
    GraphStore
    + MutationLogStore
    + IndexStore
    + CodeGraphStore
    + CodeRepositoryStore { }
Expand description

Combined storage facade used by the application service.

Implementors§