MCPcopy Create free account
hub / github.com/nodejs/node / consume

Function consume

tools/inspector_protocol/jinja2/utils.py:105–108  ·  view source on GitHub ↗

Consumes an iterable without doing anything with it.

(iterable)

Source from the content-addressed store, hash-verified

103
104
105def consume(iterable):
106 """Consumes an iterable without doing anything with it."""
107 for event in iterable:
108 pass
109
110
111def clear_caches():

Callers 1

__call__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected