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

Function createReloadModelRequest

web-src/tests/unit/scriptConfig_test.js:63–68  ·  view source on GitHub ↗
(clientModelId, parameterValues)

Source from the content-addressed store, hash-verified

61}
62
63function createReloadModelRequest(clientModelId, parameterValues) {
64 return JSON.stringify({
65 event: 'reloadModelValues',
66 data: {parameterValues, clientModelId}
67 });
68}
69
70function createAddParameterEvent(parameter) {
71 return JSON.stringify({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected