MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / remove

Method remove

src/services/semantic-index/service.ts:29–29  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

27 statusForSessions(sessionIds: string[]): Promise<SemanticIndexSessionStatus[]>
28 enable(sessionId: string): Promise<SemanticIndexSessionStatus | null>
29 remove(sessionId: string): Promise<SemanticIndexSessionStatus | null>
30 build(sessionId: string): Promise<SemanticIndexSessionStatus | null>
31 pause(sessionId: string): Promise<SemanticIndexSessionStatus | null>
32 cancel(sessionId: string): Promise<SemanticIndexSessionStatus | null>

Callers 2

triggerDownloadFunction · 0.65
captureElementFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected