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

Method constructor

source code/cli/structuredIO.ts:166–172  ·  view source on GitHub ↗
(
    private readonly input: AsyncIterable<string>,
    private readonly replayUserMessages?: boolean,
  )

Source from the content-addressed store, hash-verified

164 readonly outbound = new Stream<StdoutMessage>()
165
166 constructor(
167 private readonly input: AsyncIterable<string>,
168 private readonly replayUserMessages?: boolean,
169 ) {
170 this.input = input
171 this.structuredInput = this.read()
172 }
173
174 /**
175 * Records a tool_use ID as resolved so that late/duplicate control_response

Callers

nothing calls this directly

Calls 1

readMethod · 0.95

Tested by

no test coverage detected