Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ stopScript
Method
stopScript
src/app/service/service_worker/runtime.ts:1382–1384 ·
view source on GitHub ↗
(uuid: string)
Source
from the content-addressed store, hash-verified
1380
1381
// 停止脚本
1382
async
stopScript(uuid: string) {
1383
return
await
stopScript(this.msgSender, uuid);
1384
}
1385
1386
// 运行脚本
1387
async
runScript(uuid: string) {
Callers
nothing calls this directly
Calls
1
stopScript
Function · 0.90
Tested by
no test coverage detected