MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / getScriptValue

Method getScriptValue

src/app/service/service_worker/client.ts:173–175  ·  view source on GitHub ↗
(script: Script)

Source from the content-addressed store, hash-verified

171 }
172
173 getScriptValue(script: Script): Promise<{ [key: string]: any }> {
174 return this.doThrow("getScriptValue", script);
175 }
176
177 setScriptValue({ uuid, key, value, ts }: { uuid: string; key: string; value: any; ts?: number }) {
178 const keyValuePairs = [[key, encodeRValue(value)]] as TKeyValuePair[];

Callers 5

parseExportValueFunction · 0.45
ScriptStorageFunction · 0.45
ScriptListFunction · 0.45
getScriptsForTabMethod · 0.45

Calls 1

doThrowMethod · 0.80

Tested by

no test coverage detected