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

Function createRemoveParameterEvent

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

Source from the content-addressed store, hash-verified

82}
83
84function createRemoveParameterEvent(parameter, clientStateVersion) {
85 return JSON.stringify({
86 event: 'parameterRemoved',
87 data: {'parameterName': parameter, clientStateVersion}
88 });
89}
90
91function createSentValueEvent(parameter, value, clientStateVersion) {
92 return JSON.stringify({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected