MCPcopy Create free account
hub / github.com/concensure/Semantic / knowledge_graph

Method knowledge_graph

semantic_app/src/runtime.rs:218–220  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

216 }
217
218 pub fn knowledge_graph(&self) -> Arc<Mutex<KnowledgeGraph>> {
219 self.inner.knowledge_graph.clone()
220 }
221
222 pub fn ensure_watcher_started(&self) -> Result<()> {
223 let mut guard = self.inner.watcher.lock();

Callers 2

handle_autorouteMethod · 0.80
try_handle_retrieveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected