MCPcopy Create free account
hub / github.com/WJX20/claude-code / loadSameRepoMessageLogs

Function loadSameRepoMessageLogs

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

Source from the content-addressed store, hash-verified

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

Callers 2

ResumeCommandFunction · 0.85
callFunction · 0.85

Calls 1

Tested by

no test coverage detected