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

Function defaultControllerBrandCheckException

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

Source from the content-addressed store, hash-verified

14690 return controller._finishPromise;
14691 }
14692 function defaultControllerBrandCheckException(name) {
14693 return new TypeError(`TransformStreamDefaultController.prototype.${name} can only be used on a TransformStreamDefaultController`);
14694 }
14695 function defaultControllerFinishPromiseResolve(controller) {
14696 if (controller._finishPromise_resolve === void 0) {
14697 return;

Callers 4

desiredSizeMethod · 0.85
enqueueMethod · 0.85
errorMethod · 0.85
terminateMethod · 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…