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

Function clearSessionIndex

packages/core/src/query/session-queries.ts:578–580  ·  view source on GitHub ↗
(db: DatabaseAdapter)

Source from the content-addressed store, hash-verified

576}
577
578export function clearSessionIndex(db: DatabaseAdapter): void {
579 db.transaction(() => clearSessionIndexRows(db))
580}
581
582/**
583 * Generate session index using gap-based segmentation.

Callers 1

Calls 2

clearSessionIndexRowsFunction · 0.85
transactionMethod · 0.65

Tested by

no test coverage detected