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

Function closeWriter

lib/internal/webstreams/adapters.js:900–903  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

898 }
899
900 async function closeWriter() {
901 if (!writableClosed)
902 await writer.abort(error);
903 }
904
905 async function closeReader() {
906 if (!readableClosed)

Callers 1

destroyFunction · 0.85

Calls 1

abortMethod · 0.65

Tested by

no test coverage detected