MCPcopy 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

pushMethod · 0.95
finalizeMethod · 0.80

Calls 1

_consumeAllMethod · 0.95

Tested by

no test coverage detected