pub trait KnowledgeStore:
GraphStore
+ MutationLogStore
+ IndexStore
+ CodeGraphStore
+ CodeRepositoryStore { }Expand description
Combined storage facade used by the application service.
pub trait KnowledgeStore:
GraphStore
+ MutationLogStore
+ IndexStore
+ CodeGraphStore
+ CodeRepositoryStore { }Combined storage facade used by the application service.