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