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

Method enable

src/app/service/service_worker/client.ts:64–66  ·  view source on GitHub ↗
(uuid: string, enable: boolean)

Source from the content-addressed store, hash-verified

62 }
63
64 enable(uuid: string, enable: boolean) {
65 return this.do("enable", { uuid, enable });
66 }
67
68 enables(uuids: string[], enable: boolean) {
69 return this.do("enables", { uuids, enable });

Callers 3

onEnableChangeFunction · 0.45
requestEnableScriptFunction · 0.45
SubscribeListFunction · 0.45

Calls 1

doMethod · 0.45

Tested by

no test coverage detected