| 1 | import { parentPort, workerData } from 'node:worker_threads' |
| 2 | import type { ContactsTimeRangePreset } from '@openchatlab/shared-types' |
| 3 | import { DatabaseManager } from '../../database-manager' |
| 4 | import type { RuntimeIdentity } from '../../data-dir-compat' |
nothing calls this directly
no test coverage detected