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

Method _flush

lib/internal/test_runner/reporter/spec.js:137–139  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

135 callback(null, this.#handleEvent({ __proto__: null, type, data }));
136 }
137 _flush(callback) {
138 callback(null, this.#formatFailedTestResults());
139 }
140}
141
142module.exports = SpecReporter;

Callers 3

onSocketNTFunction · 0.80
_http_server.jsFile · 0.80
finalFunction · 0.80

Calls 2

callbackFunction · 0.50

Tested by

no test coverage detected