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

Function _transform

test/parallel/test-stream-transform-flush-data.js:12–14  ·  view source on GitHub ↗
(d, e, n)

Source from the content-addressed store, hash-verified

10
11
12function _transform(d, e, n) {
13 n();
14}
15
16function _flush(n) {
17 n(null, expected);

Callers

nothing calls this directly

Calls 1

nFunction · 0.50

Tested by

no test coverage detected