| 27 | } |
| 28 | |
| 29 | export class WorkerStateUploader { |
| 30 | private inflight: Promise<void> | null = null |
| 31 | private pending: Record<string, unknown> | null = null |
| 32 | private closed = false |
nothing calls this directly
no outgoing calls
no test coverage detected