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

Function start

web-src/src/main-app/store/scriptExecutor.js:93–98  ·  view source on GitHub ↗
({state, dispatch, commit}, executionId)

Source from the content-addressed store, hash-verified

91 },
92
93 start({state, dispatch, commit}, executionId) {
94 commit('SET_ID', executionId);
95 commit('SET_LOG', null);
96 dispatch('setStatus', STATUS_EXECUTING);
97 attachToWebsocket(internalState, state, commit, dispatch);
98 },
99
100 sendUserInput({}, userInput) {
101 if (isSocketActive()) {

Callers

nothing calls this directly

Calls 1

attachToWebsocketFunction · 0.85

Tested by

no test coverage detected