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

Method _evalLazyOptionalParams

src/server/web/public/terminal.js:5672–5674  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

5670 super(), this._optionsService = e3, this._logLevel = o.LogLevelEnum.OFF, this._updateLogLevel(), this.register(this._optionsService.onSpecificOptionChange("logLevel", (() => this._updateLogLevel()))), h = this;
5671 }
5672 _updateLogLevel() {
5673 this._logLevel = a[this._optionsService.rawOptions.logLevel];
5674 }
5675 _evalLazyOptionalParams(e3) {
5676 for (let t3 = 0; t3 < e3.length; t3++) "function" == typeof e3[t3] && (e3[t3] = e3[t3]());
5677 }

Callers 1

_logMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected