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

Method _didOptionsChange

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

Source from the content-addressed store, hash-verified

6476 const i2 = !this._lastSearchOptions || this._didOptionsChange(this._lastSearchOptions, t3);
6477 this._lastSearchOptions = t3, (t3 == null ? void 0 : t3.decorations) && (void 0 === this._cachedSearchTerm || e3 !== this._cachedSearchTerm || i2) && this._highlightAllMatches(e3, t3);
6478 const s2 = this._findPreviousAndSelect(e3, t3);
6479 return this._fireResults(t3), this._cachedSearchTerm = e3, s2;
6480 }
6481 _didOptionsChange(e3, t3) {
6482 return !!t3 && (e3.caseSensitive !== t3.caseSensitive || e3.regex !== t3.regex || e3.wholeWord !== t3.wholeWord);
6483 }

Callers 2

findNextMethod · 0.95
findPreviousMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected