MCPcopy
hub / github.com/ResearAI/AutoFigure-Edit / push

Method push

server.py:79–80  ·  view source on GitHub ↗
(self, event: str, data: dict)

Source from the content-addressed store, hash-verified

77 done: bool = False
78
79 def push(self, event: str, data: dict) -> None:
80 self.queue.put({"event": event, "data": data})
81
82 def write_log(self, stream: str, line: str) -> None:
83 with self.log_lock:

Callers 5

_monitor_jobFunction · 0.80
_pipe_outputFunction · 0.80
_scan_artifactsFunction · 0.80
onLocaleChangeFunction · 0.80
appendLogLineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected