MCPcopy Create free account
hub / github.com/bugy/script-server / SET_STATUS

Function SET_STATUS

web-src/src/main-app/store/scriptExecutor.js:165–167  ·  view source on GitHub ↗
(state, status)

Source from the content-addressed store, hash-verified

163 },
164
165 SET_STATUS(state, status) {
166 state.status = status;
167 },
168
169 SET_WEBSOCKET(state, websocket) {
170 state.websocket = websocket;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected