MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / getTranscriptPath

Function getTranscriptPath

desktop/terminal/session-history.ts:20–22  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

18}
19
20export function getTranscriptPath(sessionId: string) {
21 return path.join(getTranscriptDirectory(), `${sessionId}.log`)
22}
23
24export function readTranscript(transcriptPath: string) {
25 try {

Callers 1

openTerminalFunction · 0.90

Calls 1

getTranscriptDirectoryFunction · 0.85

Tested by

no test coverage detected