Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/promptfoo/promptfoo
/ isReady
Method
isReady
src/python/worker.ts:266–268 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
264
}
265
266
isReady(): boolean {
267
return
this.ready;
268
}
269
270
isBusy(): boolean {
271
return
this.busy;
Callers
2
worker.test.ts
File · 0.80
getAvailableWorker
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected