Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
22
async
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_async
Function · 0.70
Calls
1
append
Method · 0.45
Tested by
no test coverage detected