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

Method terminate

out/cli.cjs:8988–8996  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8986 t2 = e3, cr(this._controlledTransformStream, t2);
8987 }
8988 terminate() {
8989 if (!br(this)) throw mr("terminate");
8990 !function(e3) {
8991 const t2 = e3._controlledTransformStream;
8992 gr(t2) && wr(t2);
8993 const r3 = new TypeError("TransformStream terminated");
8994 dr(t2, r3);
8995 }(this);
8996 }
8997 };
8998 Object.defineProperties(TransformStreamDefaultController.prototype, { enqueue: { enumerable: true }, error: { enumerable: true }, terminate: { enumerable: true }, desiredSize: { enumerable: true } }), n(TransformStreamDefaultController.prototype.enqueue, "enqueue"), n(TransformStreamDefaultController.prototype.error, "error"), n(TransformStreamDefaultController.prototype.terminate, "terminate"), "symbol" == typeof e2.toStringTag && Object.defineProperty(TransformStreamDefaultController.prototype, e2.toStringTag, { value: "TransformStreamDefaultController", configurable: true });
8999 }

Callers 4

fetchingFunction · 0.45
processBodyErrorFunction · 0.45
httpNetworkFetchFunction · 0.45
onErrorFunction · 0.45

Calls 7

brFunction · 0.85
mrFunction · 0.85
grFunction · 0.85
wrFunction · 0.85
drFunction · 0.85
destroyMethod · 0.45
emitMethod · 0.45

Tested by

no test coverage detected