| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import type { NoteMeta } from '@shared/ipc' |
| 3 | import { buildNoteSearchIndex, searchNoteIndex } from './note-search' |
| 4 | import { getVirtualRange } from './virtual-list' |
nothing calls this directly
no test coverage detected