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

Function handleTranscriptPathCallback

cli/src/codex/codexLocalLauncher.ts:196–198  ·  view source on GitHub ↗
(transcriptPath: string)

Source from the content-addressed store, hash-verified

194
195 session.resetTranscriptPath();
196 const handleTranscriptPathCallback = (transcriptPath: string) => {
197 void handleTranscriptPath(transcriptPath);
198 };
199 session.addTranscriptPathCallback(handleTranscriptPathCallback);
200
201 try {

Callers

nothing calls this directly

Calls 1

handleTranscriptPathFunction · 0.70

Tested by

no test coverage detected