Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ _consumeAll
Method
_consumeAll
deps/v8/tools/system-analyzer/processor.mjs:40–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
async
_consumeAll() {
41
this._isConsuming = true;
42
while
(this._chunks.length > 0) {
43
await
this._consumer(this._chunks.shift());
44
}
45
this._isConsuming = false;
46
}
47
}
48
49
export
class
Processor extends LogReader {
Callers
1
consumeAll
Method · 0.95
Calls
1
shift
Method · 0.45
Tested by
no test coverage detected