(&self)
| 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(); |
no outgoing calls
no test coverage detected