(transcriptPath: string)
| 194 | |
| 195 | session.resetTranscriptPath(); |
| 196 | const handleTranscriptPathCallback = (transcriptPath: string) => { |
| 197 | void handleTranscriptPath(transcriptPath); |
| 198 | }; |
| 199 | session.addTranscriptPathCallback(handleTranscriptPathCallback); |
| 200 | |
| 201 | try { |
nothing calls this directly
no test coverage detected