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

Method report

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

Source from the content-addressed store, hash-verified

357 this.#drainReportBuffer();
358 }
359 report() {
360 this.drain();
361 const skipReporting = this.#skipReporting();
362 if (!skipReporting) {
363 super.reportStarted();
364 super.report();
365 }
366 }
367 parseMessage(readData) {
368 let dataLength = TypedArrayPrototypeGetLength(readData);
369 if (this.#pendingPartialV8Header) {

Callers

nothing calls this directly

Calls 3

drainMethod · 0.95
#skipReportingMethod · 0.95
reportStartedMethod · 0.45

Tested by

no test coverage detected