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:35–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
async
consumeAll() {
36
if
(!this._isConsuming) this._pendingWork = this._consumeAll();
37
return
await
this._pendingWork;
38
}
39
40
async
_consumeAll() {
41
this._isConsuming = true;
Callers
2
push
Method · 0.95
finalize
Method · 0.80
Calls
1
_consumeAll
Method · 0.95
Tested by
no test coverage detected