MCPcopy Index your code
hub / github.com/CodeGraphContext/CodeGraphContext / start

Method start

src/codegraphcontext/core/watcher.py:371–375  ·  view source on GitHub ↗

Starts the observer thread.

(self)

Source from the content-addressed store, hash-verified

369 return list(self.watched_paths)
370
371 def start(self):
372 """Starts the observer thread."""
373 if not self.observer.is_alive():
374 self.observer.start()
375 info_logger("Code watcher observer thread started.")
376
377 def stop(self):
378 """Stops the observer thread gracefully."""

Callers 5

watch_helperFunction · 0.95
runMethod · 0.45
parseMethod · 0.45
_debounceMethod · 0.45
visualize_helperFunction · 0.45

Calls 1

info_loggerFunction · 0.90

Tested by

no test coverage detected