Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_helper
Function · 0.95
_start_watcher_if
Method · 0.45
run
Method · 0.45
parse
Method · 0.45
_synthesize_define_handler_functions
Method · 0.45
_parse_typealiases
Method · 0.45
_debounce
Method · 0.45
_ensure_server_running
Method · 0.45
_get_base_package_name
Function · 0.45
visualize_helper
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected