Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
export
function
stopScript(msg: WindowMessage, uuid: string) {
22
return
sendMessage(msg,
"sandbox/stopScript"
, uuid);
23
}
Callers
1
stopScript
Method · 0.90
Calls
1
sendMessage
Function · 0.90
Tested by
no test coverage detected