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

Method close

src/cli/transports/WorkerStateUploader.ts:49–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 close(): void {
50 this.closed = true
51 this.pending = null
52 }
53
54 private async drain(): Promise<void> {
55 if (this.inflight || this.closed) return

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected