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

Method emit_full_state

scripts/dashboard.py:472–473  ·  view source on GitHub ↗
(self, sid: str)

Source from the content-addressed store, hash-verified

470 return state
471
472 def emit_full_state(self, sid: str) -> None:
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)

Callers 3

handle_connectFunction · 0.80
handle_full_stateFunction · 0.80
handle_subscribeFunction · 0.80

Calls 1

stateMethod · 0.95

Tested by

no test coverage detected