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

Function SET_EXECUTION_DETAILS

web-src/src/common/store/executions-module.js:68–71  ·  view source on GitHub ↗
(state, {execution, id})

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected