(agentDir: string)
| 30 | } |
| 31 | |
| 32 | function tasksDirOf(agentDir: string): string { |
| 33 | return join(agentDir, 'tasks'); |
| 34 | } |
| 35 | |
| 36 | function taskOutputFile(agentDir: string, taskId: string): string { |
| 37 | if (!VALID_TASK_ID.test(taskId)) { |
no outgoing calls
no test coverage detected