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

Function stopScript

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

Source from the content-addressed store, hash-verified

19}
20
21export function stopScript(msg: WindowMessage, uuid: string) {
22 return sendMessage(msg, "sandbox/stopScript", uuid);
23}

Callers 1

stopScriptMethod · 0.90

Calls 1

sendMessageFunction · 0.90

Tested by

no test coverage detected