({commit}, log)
| 108 | }, |
| 109 | |
| 110 | appendLog({commit}, log) { |
| 111 | commit('ADD_LOG_CHUNK', log); |
| 112 | }, |
| 113 | |
| 114 | cleanup({state}) { |
| 115 | axiosInstance.post('executions/cleanup/' + state.id); |
nothing calls this directly
no outgoing calls
no test coverage detected