Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ enables
Method
enables
src/app/service/service_worker/client.ts:68–70 ·
view source on GitHub ↗
(uuids: string[], enable: boolean)
Source
from the content-addressed store, hash-verified
66
}
67
68
enables(uuids: string[], enable: boolean) {
69
return
this.do(
"enables"
, { uuids, enable });
70
}
71
72
info(uuid: string): Promise<Script> {
73
return
this.doThrow(
"fetchInfo"
, uuid);
Callers
1
enableAction
Function · 0.80
Calls
1
do
Method · 0.45
Tested by
no test coverage detected