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

Function createConfigEvent

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

Source from the content-addressed store, hash-verified

47}
48
49function createConfigEvent(config) {
50 return JSON.stringify({
51 event: 'initialConfig',
52 data: config
53 });
54}
55
56function createReloadModelEvent(config) {
57 return JSON.stringify({

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected