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

Function runScript

src/app/service/sandbox/client.ts:17–19  ·  view source on GitHub ↗
(msg: WindowMessage, data: ScriptRunResource)

Source from the content-addressed store, hash-verified

15}
16
17export function runScript(msg: WindowMessage, data: ScriptRunResource) {
18 return sendMessage(msg, "sandbox/runScript", data);
19}
20
21export function stopScript(msg: WindowMessage, uuid: string) {
22 return sendMessage(msg, "sandbox/stopScript", uuid);

Callers 1

runScriptMethod · 0.90

Calls 1

sendMessageFunction · 0.90

Tested by

no test coverage detected