MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / WritableStreamDefaultWriterClose

Function WritableStreamDefaultWriterClose

out/cli.cjs:12600–12603  ·  view source on GitHub ↗
(writer)

Source from the content-addressed store, hash-verified

12598 return WritableStreamAbort(stream4, reason);
12599 }
12600 function WritableStreamDefaultWriterClose(writer) {
12601 const stream4 = writer._ownerWritableStream;
12602 return WritableStreamClose(stream4);
12603 }
12604 function WritableStreamDefaultWriterCloseWithErrorPropagation(writer) {
12605 const stream4 = writer._ownerWritableStream;
12606 const state2 = stream4._state;

Callers 2

closeMethod · 0.85

Calls 1

WritableStreamCloseFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…