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

Function resendValues

web-src/src/main-app/store/scriptConfig.js:122–129  ·  view source on GitHub ↗
({state})

Source from the content-addressed store, hash-verified

120 },
121
122 resendValues({state}) {
123 const websocket = internalState.websocket;
124 if (isNull(websocket) || websocket.isClosed()) {
125 return;
126 }
127
128 forEachKeyValue(state.sentValues, (key, value) => sendParameterValue(key, value, websocket));
129 }
130 },
131 mutations: {
132 RESET_CONFIG(state) {

Callers

nothing calls this directly

Calls 3

isNullFunction · 0.90
forEachKeyValueFunction · 0.90
sendParameterValueFunction · 0.70

Tested by

no test coverage detected