MCPcopy 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

enableActionFunction · 0.80

Calls 1

doMethod · 0.45

Tested by

no test coverage detected