MCPcopy
hub / github.com/claude-code-best/claude-code / constructor

Method constructor

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

Source from the content-addressed store, hash-verified

163 readonly outbound = new Stream<StdoutMessage>()
164
165 constructor(
166 private readonly input: AsyncIterable<string>,
167 private readonly replayUserMessages?: boolean,
168 ) {
169 this.input = input
170 this.structuredInput = this.read()
171 }
172
173 /**
174 * 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