MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / [Symbol.asyncIterator]

Method [Symbol.asyncIterator]

packages/core/src/common/stream.ts:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 }
143
144 [Symbol.asyncIterator](): AsyncIterator<Item> {
145 return this.iterator();
146 }
147
148 /**
149 * Splits the stream into two streams which can be

Callers

nothing calls this directly

Calls 1

iteratorMethod · 0.95

Tested by

no test coverage detected