MCPcopy Create free account
hub / github.com/Noumena-Network/code / loadSameRepoMessageLogs

Function loadSameRepoMessageLogs

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

Source from the content-addressed store, hash-verified

4294}
4295
4296export async function loadSameRepoMessageLogs(
4297 worktreePaths: string[],
4298 limit?: number,
4299 initialEnrichCount: number = INITIAL_ENRICH_COUNT,
4300): Promise<LogOption[]> {
4301 const result = await loadSameRepoMessageLogsProgressive(
4302 worktreePaths,
4303 limit,
4304 initialEnrichCount,
4305 )
4306 return result.logs
4307}
4308
4309export async function loadSameRepoMessageLogsProgressive(
4310 worktreePaths: string[],

Callers 3

ResumeCommandFunction · 0.85
callFunction · 0.85
loadConversationLogsFunction · 0.85

Calls 1

Tested by

no test coverage detected