MCPcopy Create free account
hub / github.com/bugy/script-server / __init__

Method __init__

src/execution/logging.py:411–413  ·  view source on GitHub ↗
(self, execution_service: ExecutionService, execution_logging_service)

Source from the content-addressed store, hash-verified

409
410class ExecutionLoggingController:
411 def __init__(self, execution_service: ExecutionService, execution_logging_service):
412 self._execution_logging_service = execution_logging_service
413 self._execution_service = execution_service
414
415 def start(self):
416 execution_service = self._execution_service

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected