MCPcopy Index your code
hub / github.com/nodejs/node / drain

Method drain

lib/internal/test_runner/runner.js:355–358  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

353 }
354 reportStarted() {}
355 drain() {
356 this.#drainRawBuffer();
357 this.#drainReportBuffer();
358 }
359 report() {
360 this.drain();
361 const skipReporting = this.#skipReporting();

Callers 2

reportMethod · 0.95
collectReportedFunction · 0.80

Calls 2

#drainRawBufferMethod · 0.95
#drainReportBufferMethod · 0.95

Tested by

no test coverage detected