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

Method onSpecificOptionChange

src/server/web/public/terminal.js:5730–5734  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

5728 }
5729 this.rawOptions = i3, this.options = { ...i3 }, this._setupOptions(), this.register((0, r.toDisposable)((() => {
5730 this.rawOptions.linkHandler = null, this.rawOptions.documentOverride = null;
5731 })));
5732 }
5733 onSpecificOptionChange(e3, t3) {
5734 return this.onOptionChange(((i3) => {
5735 i3 === e3 && t3(this.rawOptions[e3]);
5736 }));
5737 }

Callers 4

openMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80

Calls 1

t3Function · 0.85

Tested by

no test coverage detected