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

Function mt

out/cli.cjs:7714–7716  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

7712 return new TypeError(`WritableStreamDefaultController.prototype.${e3} can only be used on a WritableStreamDefaultController`);
7713}
7714function mt(e3) {
7715 return new TypeError(`WritableStreamDefaultWriter.prototype.${e3} can only be used on a WritableStreamDefaultWriter`);
7716}
7717function yt(e3) {
7718 return new TypeError("Cannot " + e3 + " a stream using a released writer");
7719}

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