MCPcopy Create free account
hub / github.com/freecodexyz/free-code / constructor

Method constructor

src/utils/stream.ts:9–9  ·  view source on GitHub ↗
(private readonly returned?: () => void)

Source from the content-addressed store, hash-verified

7 private started = false
8
9 constructor(private readonly returned?: () => void) {}
10
11 [Symbol.asyncIterator](): AsyncIterableIterator<T> {
12 if (this.started) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected