Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
309
def
get_monitor() -> SystemMonitor:
310
global _monitor
311
if
_monitor is None:
312
_monitor = SystemMonitor()
313
return
_monitor
Callers
3
shutdown
Function · 0.90
repl
Function · 0.90
get_adaptive_depth
Function · 0.90
Calls
1
SystemMonitor
Class · 0.85
Tested by
no test coverage detected