MCPcopy
hub / github.com/codeaashu/claude-code / warn

Method warn

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

Source from the content-addressed store, hash-verified

5688 }
5689 info(e3, ...t3) {
5690 var _a;
5691 this._logLevel <= o.LogLevelEnum.INFO && this._log(((_a = this._optionsService.options.logger) == null ? void 0 : _a.info.bind(this._optionsService.options.logger)) ?? console.info, e3, t3);
5692 }
5693 warn(e3, ...t3) {
5694 var _a;
5695 this._logLevel <= o.LogLevelEnum.WARN && this._log(((_a = this._optionsService.options.logger) == null ? void 0 : _a.warn.bind(this._optionsService.options.logger)) ?? console.warn, e3, t3);
5696 }

Callers 13

runFunction · 0.45
getImageProcessorFunction · 0.45
reconciler.tsFile · 0.45
bridgeMainFunction · 0.45
pty-server.tsFile · 0.45
r2Method · 0.45
hFunction · 0.45
writeSyncMethod · 0.45
_processMethod · 0.45
iFunction · 0.45
constructorMethod · 0.45

Calls 1

_logMethod · 0.80

Tested by

no test coverage detected