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

Method start

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

Source from the content-addressed store, hash-verified

444 return list(self.watched_paths)
445
446 def start(self):
447 if not self.observer.is_alive():
448 self.observer.start()
449
450 def stop(self):
451 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