MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / emit_update

Method emit_update

scripts/dashboard.py:475–476  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

473 self.socketio.emit("full_state", self.state(), to=sid)
474
475 def emit_update(self) -> None:
476 self.socketio.emit("update", self.state(), to=self.room)
477
478 def _watch_loop(self) -> None:
479 while self._watching and not self.shutdown_event.is_set():

Callers 1

_watch_loopMethod · 0.95

Calls 1

stateMethod · 0.95

Tested by

no test coverage detected