MCPcopy Index your code
hub / github.com/codeaashu/claude-code / loadSameRepoMessageLogs

Function loadSameRepoMessageLogs

src/utils/sessionStorage.ts:4073–4084  ·  view source on GitHub ↗
(
  worktreePaths: string[],
  limit?: number,
  initialEnrichCount: number = INITIAL_ENRICH_COUNT,
)

Source from the content-addressed store, hash-verified

4071}
4072
4073export async function loadSameRepoMessageLogs(
4074 worktreePaths: string[],
4075 limit?: number,
4076 initialEnrichCount: number = INITIAL_ENRICH_COUNT,
4077): Promise<LogOption[]> {
4078 const result = await loadSameRepoMessageLogsProgressive(
4079 worktreePaths,
4080 limit,
4081 initialEnrichCount,
4082 )
4083 return result.logs
4084}
4085
4086export async function loadSameRepoMessageLogsProgressive(
4087 worktreePaths: string[],

Callers 2

ResumeCommandFunction · 0.85
callFunction · 0.85

Calls 1

Tested by

no test coverage detected