Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
142
module.exports = SpecReporter;
Callers
3
onSocketNT
Function · 0.80
_http_server.js
File · 0.80
final
Function · 0.80
Calls
2
#formatFailedTestResults
Method · 0.95
callback
Function · 0.50
Tested by
no test coverage detected