Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ cleanup
Method
cleanup
js/botasaurus-server-js/src/task-executor.ts:478–480 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
476
}
477
478
const
cleanup = () => {
479
this.removeFromAbortCheck(taskId)
480
}
481
482
return
{ isAborted, cleanup }
483
}
Callers
nothing calls this directly
Calls
1
removeFromAbortCheck
Method · 0.95
Tested by
no test coverage detected