MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / get_file_watch_manager

Function get_file_watch_manager

core/background.py:385–390  ·  view source on GitHub ↗

Get the global file watch manager.

()

Source from the content-addressed store, hash-verified

383
384
385def get_file_watch_manager() -> FileWatchManager:
386 """Get the global file watch manager."""
387 global _file_watch_manager
388 if _file_watch_manager is None:
389 _file_watch_manager = FileWatchManager()
390 return _file_watch_manager
391
392
393def reset_background():

Callers 1

__init__Method · 0.90

Calls 1

FileWatchManagerClass · 0.85

Tested by

no test coverage detected