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

Function createReloadModelEvent

web-src/tests/unit/scriptConfig_test.js:56–61  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

54}
55
56function createReloadModelEvent(config) {
57 return JSON.stringify({
58 event: 'reloadedConfig',
59 data: config
60 });
61}
62
63function createReloadModelRequest(clientModelId, parameterValues) {
64 return JSON.stringify({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected