()
| 26 | const MAX_SESSIONS_LISTED = 25 |
| 27 | |
| 28 | function getSessionsDir(): string { |
| 29 | return path.join(getConfigDir(), "sessions") |
| 30 | } |
| 31 | |
| 32 | /** On-disk path of a session's transcript, also passed to hooks. */ |
| 33 | export function getSessionFilePath(id: string): string { |
no test coverage detected