MCPcopy Index your code
hub / github.com/bugy/script-server / sendUserInput

Function sendUserInput

web-src/src/main-app/store/scriptExecutor.js:100–104  ·  view source on GitHub ↗
({}, userInput)

Source from the content-addressed store, hash-verified

98 },
99
100 sendUserInput({}, userInput) {
101 if (isSocketActive()) {
102 internalState.websocket.send(userInput);
103 }
104 },
105
106 setErrorStatus({dispatch}) {
107 dispatch('setStatus', STATUS_ERROR);

Callers

nothing calls this directly

Calls 2

isSocketActiveFunction · 0.85
sendMethod · 0.45

Tested by

no test coverage detected