MCPcopy
hub / github.com/bugy/script-server / createSentValueEvent

Function createSentValueEvent

web-src/tests/unit/scriptConfig_test.js:91–96  ·  view source on GitHub ↗
(parameter, value, clientStateVersion)

Source from the content-addressed store, hash-verified

89}
90
91function createSentValueEvent(parameter, value, clientStateVersion) {
92 return JSON.stringify({
93 'event': 'parameterValue',
94 data: {parameter, value, clientStateVersion}
95 });
96}
97
98function createInitialValuesEvent(parameterValues) {
99 return JSON.stringify({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected