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

Function SET_DETAILS_LOADING

web-src/src/common/store/executions-module.js:73–75  ·  view source on GitHub ↗
(state, loading)

Source from the content-addressed store, hash-verified

71 },
72
73 SET_DETAILS_LOADING(state, loading) {
74 state.detailsLoading = loading;
75 }
76 }
77});
78

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected