Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/promptfoo/promptfoo
/ handleStderr
Method
handleStderr
src/python/worker.ts:108–110 ·
view source on GitHub ↗
(data: Buffer | string)
Source
from the content-addressed store, hash-verified
106
}
107
108
private handleStderr(data: Buffer | string): void {
109
this.stderrLogger.handleData(data);
110
}
111
112
private flushStderr(): void {
113
this.stderrLogger.flush();
Callers
2
startWorker
Method · 0.95
worker.test.ts
File · 0.80
Calls
1
handleData
Method · 0.80
Tested by
no test coverage detected