MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/cli/transports/WorkerStateUploader.ts:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29export class WorkerStateUploader {
30 private inflight: Promise<void> | null = null
31 private pending: Record<string, unknown> | null = null
32 private closed = false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected