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

Function SET_LOADING

web-src/src/main-app/store/scriptConfig.js:244–246  ·  view source on GitHub ↗
(state, loading)

Source from the content-addressed store, hash-verified

242 },
243
244 SET_LOADING(state, loading) {
245 state.loading = loading;
246 },
247
248 SET_CLIENT_STATE_VERSION(state, clientStateVersion) {
249 state.clientStateVersion = clientStateVersion;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected