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

Function get_monitor

core/sysmon.py:309–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307
308
309def get_monitor() -> SystemMonitor:
310 global _monitor
311 if _monitor is None:
312 _monitor = SystemMonitor()
313 return _monitor

Callers 3

shutdownFunction · 0.90
replFunction · 0.90
get_adaptive_depthFunction · 0.90

Calls 1

SystemMonitorClass · 0.85

Tested by

no test coverage detected