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

Function createInitialValuesEvent

web-src/tests/unit/scriptConfig_test.js:98–103  ·  view source on GitHub ↗
(parameterValues)

Source from the content-addressed store, hash-verified

96}
97
98function createInitialValuesEvent(parameterValues) {
99 return JSON.stringify({
100 'event': 'initialValues',
101 data: {parameterValues}
102 });
103}
104
105function createClientStateVersionAcceptedEvent(clientStateVersion) {
106 return JSON.stringify({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected