MCPcopy Create free account
hub / github.com/ICBNetwork/web3-Wallet / wrapLogger

Function wrapLogger

ses.cjs:7002–7003  ·  view source on GitHub ↗
(logger, thisArg)

Source from the content-addressed store, hash-verified

7000 };
7001
7002const wrapLogger= (logger, thisArg)=>
7003 freeze((...args)=> apply(logger, thisArg, args));
7004
7005/**
7006 * Wrap console unless suppressed.

Callers 1

tameConsoleFunction · 0.85

Calls 1

applyFunction · 0.85

Tested by

no test coverage detected