MCPcopy Index your code
hub / github.com/nodejs/node / collect

Function collect

tools/inspector_protocol/jinja2/asyncsupport.py:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22async def concat_async(async_gen):
23 rv = []
24 async def collect():
25 async for event in async_gen:
26 rv.append(event)
27 await collect()
28 return concat(rv)
29

Callers 1

concat_asyncFunction · 0.70

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected