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

Function return

lib/internal/fs/promises.js:688–694  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

686 return { done: false, value: [chunk] };
687 },
688 return() {
689 if (!done) {
690 done = true;
691 cleanup();
692 }
693 return { done: true, value: undefined };
694 },
695 };
696 },
697 };

Callers

nothing calls this directly

Calls 1

cleanupFunction · 0.70

Tested by

no test coverage detected