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

Function appendLog

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

Source from the content-addressed store, hash-verified

108 },
109
110 appendLog({commit}, log) {
111 commit('ADD_LOG_CHUNK', log);
112 },
113
114 cleanup({state}) {
115 axiosInstance.post('executions/cleanup/' + state.id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected