MCPcopy Index your code
hub / github.com/bugy/script-server / reconnect

Function reconnect

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

Source from the content-addressed store, hash-verified

44
45 actions: {
46 reconnect({state, dispatch, commit}) {
47 dispatch('setStatus', STATUS_EXECUTING);
48 attachToWebsocket(internalState, state, commit, dispatch);
49 },
50
51 stopExecution({state, commit, dispatch}) {
52 if (isNull(state.killIntervalId) && (!state.killEnabled)) {

Callers

nothing calls this directly

Calls 1

attachToWebsocketFunction · 0.85

Tested by

no test coverage detected