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

Method view

out/cli.cjs:8313–8316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8311 throw new TypeError("Illegal constructor");
8312 }
8313 get view() {
8314 if (!fe(this)) throw Be("view");
8315 return this._view;
8316 }
8317 respond(e3) {
8318 if (!fe(this)) throw Be("respond");
8319 if ($5(e3, 1, "respond"), e3 = N5(e3, "First parameter"), void 0 === this._associatedReadableByteStreamController) throw new TypeError("This BYOB request has been invalidated");

Callers

nothing calls this directly

Calls 2

feFunction · 0.85
BeFunction · 0.85

Tested by

no test coverage detected