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

Function [Symbol.asyncIterator]

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

Source from the content-addressed store, hash-verified

544 return {done: true, value: undefined};
545 },
546 [Symbol.asyncIterator]() {
547 return this;
548 },
549 };
550}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected