MCPcopy Create free account
hub / github.com/tiann/hapi /

Class

cli/src/codex/utils/codexSessionScanner.ts:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32class CodexSessionScannerImpl extends BaseSessionScanner<CodexSessionEvent> {
33 private transcriptPath: string | null;
34 private readonly onEvent: (event: CodexSessionEvent) => void;
35 private readonly onSessionId?: (sessionId: string) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected