MCPcopy Index your code
hub / github.com/codeaashu/claude-code / constructor

Method constructor

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

Source from the content-addressed store, hash-verified

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