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