MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / generate

Method generate

src/services/session-index/types.ts:47–47  ·  view source on GitHub ↗
(sessionId: string, gapThreshold?: number)

Source from the content-addressed store, hash-verified

45
46export interface SessionIndexAdapter {
47 generate(sessionId: string, gapThreshold?: number): Promise<number>
48 generateIncremental(sessionId: string, gapThreshold?: number): Promise<number>
49 hasIndex(sessionId: string): Promise<boolean>
50 getStats(sessionId: string): Promise<SessionStats>

Callers 3

importFileFromPathFunction · 0.65
importFilesFromPathsFunction · 0.65
mergeImportFilesFunction · 0.65

Implementers 1

FetchSessionIndexAdaptersrc/services/session-index/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected