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

Function IsWritableStreamDefaultWriter

out/cli.cjs:12587–12595  ·  view source on GitHub ↗
(x5)

Source from the content-addressed store, hash-verified

12585 });
12586 }
12587 function IsWritableStreamDefaultWriter(x5) {
12588 if (!typeIsObject(x5)) {
12589 return false;
12590 }
12591 if (!Object.prototype.hasOwnProperty.call(x5, "_ownerWritableStream")) {
12592 return false;
12593 }
12594 return x5 instanceof WritableStreamDefaultWriter2;
12595 }
12596 function WritableStreamDefaultWriterAbort(writer, reason) {
12597 const stream4 = writer._ownerWritableStream;
12598 return WritableStreamAbort(stream4, reason);

Callers 7

closedMethod · 0.85
desiredSizeMethod · 0.85
readyMethod · 0.85
abortMethod · 0.85
closeMethod · 0.85
releaseLockMethod · 0.85
writeMethod · 0.85

Calls 1

typeIsObjectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…