MCPcopy
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.tsFile · 0.80
getAvailableWorkerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected