MCPcopy 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)
312def get_runtime_log_service() -> RuntimeLogService:
313 """Get the shared runtime log service."""
314
315 return RuntimeLogService()

Callers 8

handle_aegisflow_errorFunction · 0.90
handle_unexpected_errorFunction · 0.90
start_schedulerFunction · 0.90
stop_schedulerFunction · 0.90
__init__Method · 0.90
__init__Method · 0.90
import_accountMethod · 0.90
delete_accountMethod · 0.90

Calls 1

RuntimeLogServiceClass · 0.85

Tested by

no test coverage detected