(runId: string)
| 1024 | } |
| 1025 | |
| 1026 | private runFile(runId: string): string { |
| 1027 | return path.join(this.runDir(runId), "run.json"); |
| 1028 | } |
| 1029 | |
| 1030 | private eventsFile(runId: string): string { |
| 1031 | return path.join(this.runDir(runId), "events.jsonl"); |
no test coverage detected