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

Function disableScript

src/app/service/sandbox/client.ts:13–15  ·  view source on GitHub ↗
(msg: WindowMessage, uuid: string)

Source from the content-addressed store, hash-verified

11}
12
13export function disableScript(msg: WindowMessage, uuid: string) {
14 return sendMessage(msg, "sandbox/disableScript", uuid);
15}
16
17export function runScript(msg: WindowMessage, data: ScriptRunResource) {
18 return sendMessage(msg, "sandbox/runScript", data);

Callers 1

initMethod · 0.90

Calls 1

sendMessageFunction · 0.90

Tested by

no test coverage detected