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

Function _flush

test/parallel/test-stream-transform-flush-data.js:16–18  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

14}
15
16function _flush(n) {
17 n(null, expected);
18}
19
20const t = new Transform({
21 transform: _transform,

Callers

nothing calls this directly

Calls 1

nFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…