MCPcopy 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
28export function scriptNameToHash(scriptName) {
29 return encodeURIComponent(scriptName);
30}

Callers 1

selectScriptByHashFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected