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

Function setInitialising

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

Source from the content-addressed store, hash-verified

86 },
87
88 setInitialising({commit, dispatch}) {
89 commit('SET_LOG', 'Calling the script...');
90 dispatch('setStatus', STATUS_INITIALIZING);
91 },
92
93 start({state, dispatch, commit}, executionId) {
94 commit('SET_ID', executionId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected