Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/promptfoo/promptfoo
/ isBusy
Method
isBusy
src/python/worker.ts:270–272 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
268
}
269
270
isBusy(): boolean {
271
return
this.busy;
272
}
273
274
async
shutdown(): Promise<void> {
275
if
(!this.process) {
Callers
1
getAvailableWorker
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected