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

Function init

web-src/src/main-app/store/index.js:33–38  ·  view source on GitHub ↗
({dispatch})

Source from the content-addressed store, hash-verified

31 },
32 actions: {
33 init({dispatch}) {
34 dispatch('auth/init');
35 dispatch('serverConfig/init');
36 dispatch('scripts/init');
37 dispatch('executions/init');
38 },
39
40 resetScript({dispatch, state}) {
41 const selectedScript = state.scripts.selectedScript

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected