Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
function
createReloadModelEvent(config) {
57
return
JSON.stringify({
58
event:
'reloadedConfig'
,
59
data: config
60
});
61
}
62
63
function
createReloadModelRequest(clientModelId, parameterValues) {
64
return
JSON.stringify({
Callers
1
scriptConfig_test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected