Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
startWorker
Method · 0.95
worker.test.ts
File · 0.80
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected