MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / deletes

Method deletes

src/app/service/service_worker/client.ts:60–62  ·  view source on GitHub ↗
(uuids: string[])

Source from the content-addressed store, hash-verified

58 // }
59
60 deletes(uuids: string[]) {
61 return this.do("deletes", uuids);
62 }
63
64 enable(uuid: string, enable: boolean) {
65 return this.do("enable", { uuid, enable });

Callers 9

handleDeleteScriptFunction · 0.80
requestDeleteScriptsFunction · 0.80
SettingFunction · 0.80
ScriptTableFunction · 0.80
ScriptEditorFunction · 0.80
initMethod · 0.80
deleteScriptsMethod · 0.80
repo.test.tsFile · 0.80

Calls 1

doMethod · 0.45

Tested by

no test coverage detected