MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure-Edit / write_log

Method write_log

server.py:82–85  ·  view source on GitHub ↗
(self, stream: str, line: str)

Source from the content-addressed store, hash-verified

80 self.queue.put({"event": event, "data": data})
81
82 def write_log(self, stream: str, line: str) -> None:
83 with self.log_lock:
84 with open(self.log_path, "a", encoding="utf-8") as handle:
85 handle.write(f"[{stream}] {line}\n")
86
87
88class RunRequest(BaseModel):

Callers 1

_pipe_outputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected