MCPcopy
hub / github.com/bitpay/wallet / warn

Method warn

src/providers/logger/logger.ts:60–65  ·  view source on GitHub ↗
(_message?, ..._optionalParams)

Source from the content-addressed store, hash-verified

58 }
59
60 public warn(_message?, ..._optionalParams): void {
61 const type = 'warn';
62 const args = this.processingArgs(arguments);
63 if (isDevMode()) this.log(`[${type}] ${args}`);
64 this.add(type, args);
65 }
66
67 public getLevels() {
68 return this.levels;

Callers 15

copyMethod · 0.80
updateMethod · 0.80
setAddressMethod · 0.80
shareIOSMethod · 0.80
clearMethod · 0.80
logger.spec.tsFile · 0.80
cacheBalanceMethod · 0.80
createAddressMethod · 0.80
updateNotesMethod · 0.80
fetchTxHistoryMethod · 0.80
isExpiredTokenErrorMethod · 0.80

Calls 3

processingArgsMethod · 0.95
logMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected