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

Function get_background_manager

core/background.py:377–382  ·  view source on GitHub ↗

Get the global background task manager.

()

Source from the content-addressed store, hash-verified

375
376
377def get_background_manager() -> BackgroundTaskManager:
378 """Get the global background task manager."""
379 global _background_manager
380 if _background_manager is None:
381 _background_manager = BackgroundTaskManager()
382 return _background_manager
383
384
385def get_file_watch_manager() -> FileWatchManager:

Callers 1

__init__Method · 0.90

Calls 1

Tested by

no test coverage detected