()
| 44 | } |
| 45 | |
| 46 | export function _resetRecordingStateForTesting(): void { |
| 47 | recordingState.filePath = null |
| 48 | recordingState.timestamp = 0 |
| 49 | } |
| 50 | |
| 51 | /** |
| 52 | * Find all .cast files for the current session. |
nothing calls this directly
no outgoing calls
no test coverage detected