Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
report
Method · 0.95
collectReported
Function · 0.80
Calls
2
#drainRawBuffer
Method · 0.95
#drainReportBuffer
Method · 0.95
Tested by
no test coverage detected