MCPcopy
hub / github.com/claude-code-best/claude-code / isLiteLog

Function isLiteLog

src/utils/sessionStorage.ts:3024–3026  ·  view source on GitHub ↗
(log: LogOption)

Source from the content-addressed store, hash-verified

3022 * Lite logs have messages: [] and sessionId set.
3023 */
3024export function isLiteLog(log: LogOption): boolean {
3025 return log.messages.length === 0 && log.sessionId !== undefined
3026}
3027
3028/**
3029 * Loads full messages for a lite log by reading its JSONL file.

Callers 6

SessionPreviewFunction · 0.85
agenticSessionSearchFunction · 0.85
loadFullLogFunction · 0.85
handleSelectFunction · 0.85
callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected