Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/
Class
js/botasaurus-server-js/src/task-executor.ts:94–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
class
TaskExecutor {
95
currentCapacity: { browser?: number; request?: number; task?: number } | Record<string, number> = {
96
browser: 0,
97
request: 0,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected