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

Function killExecution

web-src/src/main-app/store/scriptExecutor.js:84–86  ·  view source on GitHub ↗
({state})

Source from the content-addressed store, hash-verified

82 },
83
84 killExecution({state}) {
85 return axiosInstance.post('executions/kill/' + state.id);
86 },
87
88 setInitialising({commit, dispatch}) {
89 commit('SET_LOG', 'Calling the script...');

Callers

nothing calls this directly

Calls 1

postMethod · 0.45

Tested by

no test coverage detected