(runId: string)
| 1019 | } |
| 1020 | |
| 1021 | private runDir(runId: string): string { |
| 1022 | assertValidWorkflowRunId(runId); |
| 1023 | return path.join(this.workflowsDir(), runId); |
| 1024 | } |
| 1025 | |
| 1026 | private runFile(runId: string): string { |
| 1027 | return path.join(this.runDir(runId), "run.json"); |
no test coverage detected