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

Class

source code/cli/structuredIO.ts:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135const MAX_RESOLVED_TOOL_USE_IDS = 1000
136
137export class StructuredIO {
138 readonly structuredInput: AsyncGenerator<StdinMessage | SDKMessage>
139 private readonly pendingRequests = new Map<string, PendingRequest<unknown>>()
140

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected