| 30 | } |
| 31 | |
| 32 | class CodexSessionScannerImpl extends BaseSessionScanner<CodexSessionEvent> { |
| 33 | private transcriptPath: string | null; |
| 34 | private readonly onEvent: (event: CodexSessionEvent) => void; |
| 35 | private readonly onSessionId?: (sessionId: string) => void; |
nothing calls this directly
no outgoing calls
no test coverage detected