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

Function cleanup

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

Source from the content-addressed store, hash-verified

112 },
113
114 cleanup({state}) {
115 axiosInstance.post('executions/cleanup/' + state.id);
116 },
117
118 abort({dispatch}) {
119 return dispatch('stopExecution');

Callers

nothing calls this directly

Calls 1

postMethod · 0.45

Tested by

no test coverage detected