MCPcopy Index your code
hub / github.com/bugy/script-server / start

Method start

src/execution/logging.py:35–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self.close_callback = None
34
35 def start(self):
36 self._ensure_file_open()
37
38 self.output_stream.subscribe(self)
39
40 def _ensure_file_open(self):
41 if self.opened:

Callers 1

start_loggingMethod · 0.95

Calls 2

_ensure_file_openMethod · 0.95
subscribeMethod · 0.45

Tested by

no test coverage detected