Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VitoHowe/glm-coding
/ get_runtime_log_service
Function
get_runtime_log_service
app/runtime_logging.py:312–315 ·
view source on GitHub ↗
Get the shared runtime log service.
()
Source
from the content-addressed store, hash-verified
310
311
@lru_cache(maxsize=1)
312
def
get_runtime_log_service() -> RuntimeLogService:
313
""
"Get the shared runtime log service."
""
314
315
return
RuntimeLogService()
Callers
8
handle_aegisflow_error
Function · 0.90
handle_unexpected_error
Function · 0.90
start_scheduler
Function · 0.90
stop_scheduler
Function · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
import_account
Method · 0.90
delete_account
Method · 0.90
Calls
1
RuntimeLogService
Class · 0.85
Tested by
no test coverage detected