MCPcopy Create free account
hub / github.com/denoland/std /

Class

async/mux_async_iterator_test.ts:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22class CustomAsyncIterable {
23 [Symbol.asyncIterator]() {
24 return gen123();
25 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected