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

Function defaultWriterBrandCheckException

out/cli.cjs:12917–12919  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

12915 return new TypeError(`WritableStreamDefaultController.prototype.${name} can only be used on a WritableStreamDefaultController`);
12916 }
12917 function defaultWriterBrandCheckException(name) {
12918 return new TypeError(`WritableStreamDefaultWriter.prototype.${name} can only be used on a WritableStreamDefaultWriter`);
12919 }
12920 function defaultWriterLockException(name) {
12921 return new TypeError("Cannot " + name + " a stream using a released writer");
12922 }

Callers 7

closedMethod · 0.85
desiredSizeMethod · 0.85
readyMethod · 0.85
abortMethod · 0.85
closeMethod · 0.85
releaseLockMethod · 0.85
writeMethod · 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…