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

Method onMultipleOptionChange

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

Source from the content-addressed store, hash-verified

5733 onSpecificOptionChange(e3, t3) {
5734 return this.onOptionChange(((i3) => {
5735 i3 === e3 && t3(this.rawOptions[e3]);
5736 }));
5737 }
5738 onMultipleOptionChange(e3, t3) {
5739 return this.onOptionChange(((i3) => {
5740 -1 !== e3.indexOf(i3) && t3();
5741 }));
5742 }

Callers 2

constructorMethod · 0.80
constructorMethod · 0.80

Calls 1

t3Function · 0.85

Tested by

no test coverage detected