Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/promptfoo/promptfoo
/ initialize
Method
initialize
src/python/worker.ts:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
) {}
41
42
async
initialize(): Promise<void> {
43
return
this.startWorker();
44
}
45
46
private
async
startWorker(): Promise<void> {
47
const
wrapperPath = path.join(getWrapperDir(
'python'
),
'persistent_wrapper.py'
);
Callers
15
initialize
Method · 0.95
evaluator.progress.test.ts
File · 0.45
python.integration.test.ts
File · 0.45
performance.bench.ts
File · 0.45
windows-path.test.ts
File · 0.45
worker.test.ts
File · 0.45
workerPool.test.ts
File · 0.45
pythonCompletion.test.ts
File · 0.45
pythonCompletion.fileRef.test.ts
File · 0.45
rubyCompletion.test.ts
File · 0.45
pythonCompletion.cliState.test.ts
File · 0.45
chatkit.test.ts
File · 0.45
Calls
1
startWorker
Method · 0.95
Tested by
no test coverage detected