MCPcopy Index your code
hub / github.com/liuup/claude-code-analysis / getLogByIndex

Function getLogByIndex

src/utils/sessionStorage.ts:4468–4471  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

4466 * @returns Log data or null if not found
4467 */
4468export async function getLogByIndex(index: number): Promise<LogOption | null> {
4469 const logs = await loadMessageLogs()
4470 return logs[index] || null
4471}
4472
4473/**
4474 * Looks up unresolved tool uses in the transcript by tool_use_id.

Callers

nothing calls this directly

Calls 1

loadMessageLogsFunction · 0.85

Tested by

no test coverage detected