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

Function sendParameterValue

web-src/tests/unit/scriptSetup_test.js:20–22  ·  view source on GitHub ↗
(_, {parameterName, value})

Source from the content-addressed store, hash-verified

18 },
19 actions: {
20 sendParameterValue(_, {parameterName, value}) {
21 sentData.push(createSentValue(parameterName, value));
22 },
23 reloadModel({state}, {clientModelId}) {
24 state.lastClientModelId = clientModelId
25 }

Callers

nothing calls this directly

Calls 2

createSentValueFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected