MCPcopy
hub / github.com/promptfoo/promptfoo / flushStderr

Method flushStderr

src/python/worker.ts:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 }
111
112 private flushStderr(): void {
113 this.stderrLogger.flush();
114 }
115
116 async call(functionName: string, args: unknown[]): Promise<unknown> {
117 if (!this.ready) {

Callers 2

startWorkerMethod · 0.95
worker.test.tsFile · 0.80

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected