MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / start

Method start

src/codegraphcontext/core/watcher.py:383–385  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

381 return list(self.watched_paths)
382
383 def start(self):
384 if not self.observer.is_alive():
385 self.observer.start()
386
387 def stop(self):
388 for h in self.handlers.values():

Callers 10

watch_helperFunction · 0.95
_start_watcher_ifMethod · 0.45
runMethod · 0.45
parseMethod · 0.45
_parse_typealiasesMethod · 0.45
_debounceMethod · 0.45
_get_base_package_nameFunction · 0.45
visualize_helperFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected