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

Function SELECT_EXECUTOR

web-src/src/main-app/store/scriptExecutionManager.js:27–29  ·  view source on GitHub ↗
(state, executor)

Source from the content-addressed store, hash-verified

25 state.executors[executor.state.id] = executor;
26 },
27 SELECT_EXECUTOR(state, executor) {
28 state.currentExecutor = executor;
29 },
30 REMOVE_EXECUTOR(state, executor) {
31 delete state.executors[executor.state.id];
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected