(sessionId: string)
| 18 | } |
| 19 | |
| 20 | export function getTranscriptPath(sessionId: string) { |
| 21 | return path.join(getTranscriptDirectory(), `${sessionId}.log`) |
| 22 | } |
| 23 | |
| 24 | export function readTranscript(transcriptPath: string) { |
| 25 | try { |
no test coverage detected