| 54 | | { requestId: string; success: false; error: string }; |
| 55 | |
| 56 | export class PersistentWorker { |
| 57 | private worker: Worker; |
| 58 | private view: Int32Array; |
| 59 | private dataBuffer: Uint8Array; |
nothing calls this directly
no outgoing calls
no test coverage detected