Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ scriptNameToHash
Function
scriptNameToHash
web-src/src/main-app/utils/model_helper.js:28–30 ·
view source on GitHub ↗
(scriptName)
Source
from the content-addressed store, hash-verified
26
}
27
28
export
function
scriptNameToHash(scriptName) {
29
return
encodeURIComponent(scriptName);
30
}
Callers
1
selectScriptByHash
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected