Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_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