Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleDeleteScript
Function · 0.80
requestDeleteScripts
Function · 0.80
Setting
Function · 0.80
ScriptTable
Function · 0.80
ScriptEditor
Function · 0.80
init
Method · 0.80
deleteScripts
Method · 0.80
cleanupStaleTempStorageEntries
Function · 0.80
repo.test.ts
File · 0.80
Calls
1
do
Method · 0.45
Tested by
no test coverage detected