MCPcopy
hub / github.com/di-sukharev/opencommit / WritableStreamCloseQueuedOrInFlight

Function WritableStreamCloseQueuedOrInFlight

out/cli.cjs:12400–12405  ·  view source on GitHub ↗
(stream4)

Source from the content-addressed store, hash-verified

12398 WritableStreamDealWithRejection(stream4, error);
12399 }
12400 function WritableStreamCloseQueuedOrInFlight(stream4) {
12401 if (stream4._closeRequest === void 0 && stream4._inFlightCloseRequest === void 0) {
12402 return false;
12403 }
12404 return true;
12405 }
12406 function WritableStreamHasOperationMarkedInFlight(stream4) {
12407 if (stream4._inFlightWriteRequest === void 0 && stream4._inFlightCloseRequest === void 0) {
12408 return false;

Callers 10

closeMethod · 0.85
constructorMethod · 0.85
closeMethod · 0.85
ReadableStreamPipeToFunction · 0.85
shutdownWithActionFunction · 0.85
shutdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…