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

Function endFn

lib/internal/streams/pipeline.js:433–436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

431 // Now they allow it but "secretly" don't close the underlying fd.
432
433 function endFn() {
434 ended = true;
435 dst.end();
436 }
437
438 if (isReadableFinished(src)) { // End the destination if the source has already ended.
439 process.nextTick(endFn);

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected