(state, {execution, id})
| 66 | }, |
| 67 | |
| 68 | SET_EXECUTION_DETAILS(state, {execution, id}) { |
| 69 | state.selectedExecution = execution; |
| 70 | state.selectedExecutionId = id; |
| 71 | }, |
| 72 | |
| 73 | SET_DETAILS_LOADING(state, loading) { |
| 74 | state.detailsLoading = loading; |
nothing calls this directly
no outgoing calls
no test coverage detected