MCPcopy Index your code
hub / github.com/rocicorp/mono / AsyncIterableIteratorToArray

Interface AsyncIterableIteratorToArray

src/scan-iterator.ts:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 * ```
143 */
144export interface AsyncIterableIteratorToArray<V>
145 extends AsyncIterableIterator<V> {
146 toArray(): Promise<V[]>;
147}
148
149class AsyncIterableIteratorToArrayWrapperImpl<V>
150 implements AsyncIterableIterator<V>

Callers

nothing calls this directly

Implementers 2

ScanResultImplsrc/scan-iterator.ts

Calls

no outgoing calls

Tested by

no test coverage detected