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

Method error

out/cli.cjs:11284–11289  ·  view source on GitHub ↗

* Errors the controlled readable stream, making all future interactions with it fail with the given error `e`.

(e3 = void 0)

Source from the content-addressed store, hash-verified

11282 * Errors the controlled readable stream, making all future interactions with it fail with the given error `e`.
11283 */
11284 error(e3 = void 0) {
11285 if (!IsReadableByteStreamController(this)) {
11286 throw byteStreamControllerBrandCheckException("error");
11287 }
11288 ReadableByteStreamControllerError(this, e3);
11289 }
11290 /** @internal */
11291 [CancelSteps](reason) {
11292 ReadableByteStreamControllerClearPendingPullIntos(this);

Callers

nothing calls this directly

Tested by

no test coverage detected