MCPcopy
hub / github.com/codeaashu/claude-code / deserializeLogEntry

Function deserializeLogEntry

src/history.ts:102–104  ·  view source on GitHub ↗
(line: string)

Source from the content-addressed store, hash-verified

100}
101
102function deserializeLogEntry(line: string): LogEntry {
103 return jsonParse(line) as LogEntry
104}
105
106async function* makeLogEntryReader(): AsyncGenerator<LogEntry> {
107 const currentSession = getSessionId()

Callers 1

makeLogEntryReaderFunction · 0.85

Calls 1

jsonParseFunction · 0.85

Tested by

no test coverage detected