()
| 486 | } |
| 487 | |
| 488 | async function getStats(): Promise<DebugStats> { |
| 489 | return backend.debugGetStats(); |
| 490 | } |
| 491 | |
| 492 | async function exportRecords(): Promise<Uint8Array> { |
| 493 | return backend.debugExport(); |
nothing calls this directly
no test coverage detected