Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ SET_LOADING
Function
SET_LOADING
web-src/src/admin/store/scripts-module.js:26–28 ·
view source on GitHub ↗
(state, loading)
Source
from the content-addressed store, hash-verified
24
},
25
mutations: {
26
SET_LOADING(state, loading) {
27
state.loading = loading;
28
},
29
30
SET_SCRIPTS(state, scripts) {
31
state.scripts = scripts;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected