MCPcopy Index your code
hub / github.com/codeaashu/claude-code / i3

Method i3

src/server/web/public/terminal.js:5744–5747  ·  view source on GitHub ↗
(e4, i4)

Source from the content-addressed store, hash-verified

5742 }
5743 _setupOptions() {
5744 const e3 = (e4) => {
5745 if (!(e4 in t2.DEFAULT_OPTIONS)) throw new Error(`No option with key "${e4}"`);
5746 return this.rawOptions[e4];
5747 }, i3 = (e4, i4) => {
5748 if (!(e4 in t2.DEFAULT_OPTIONS)) throw new Error(`No option with key "${e4}"`);
5749 i4 = this._sanitizeAndValidateOption(e4, i4), this.rawOptions[e4] !== i4 && (this.rawOptions[e4] = i4, this._onOptionChange.fire(e4));
5750 };

Callers

nothing calls this directly

Calls 2

fireMethod · 0.80

Tested by

no test coverage detected