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

Method info

src/app/service/service_worker/client.ts:72–74  ·  view source on GitHub ↗
(uuid: string)

Source from the content-addressed store, hash-verified

70 }
71
72 info(uuid: string): Promise<Script> {
73 return this.doThrow("fetchInfo", uuid);
74 }
75
76 getFilterResult(req: { value: string }): Promise<ScriptCode | undefined> {
77 return this.do("getFilterResult", req);

Callers 15

execScriptMethod · 0.45
updateResourceMethod · 0.45
installMethod · 0.45
deleteMethod · 0.45
upsertScriptMethod · 0.45
trySilenceUpdateMethod · 0.45
enableMethod · 0.45
installScriptMethod · 0.45
deleteScriptMethod · 0.45
deleteScriptsMethod · 0.45
enableScriptMethod · 0.45
enableScriptsMethod · 0.45

Calls 1

doThrowMethod · 0.80

Tested by

no test coverage detected