MCPcopy Create free account
hub / github.com/codeaashu/claude-code / i2

Method i2

src/server/web/public/terminal.js:5941–5943  ·  view source on GitHub ↗
(e4, t4)

Source from the content-addressed store, hash-verified

5939 Object.defineProperty(e2, "__esModule", { value: true }), e2.Terminal = void 0;
5940 const t2 = i(9042), r = i(3236), n = i(844), o = i(5741), a = i(8285), h = i(7975), c = i(7090), l = ["cols", "rows"];
5941 class d extends n.Disposable {
5942 constructor(e3) {
5943 super(), this._core = this.register(new r.Terminal(e3)), this._addonManager = this.register(new o.AddonManager()), this._publicOptions = { ...this._core.options };
5944 const t3 = (e4) => this._core.options[e4], i2 = (e4, t4) => {
5945 this._checkReadonlyOptions(e4), this._core.options[e4] = t4;
5946 };

Callers

nothing calls this directly

Calls 1

_checkReadonlyOptionsMethod · 0.95

Tested by

no test coverage detected