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

Function throws

ses.cjs:9674–9681  ·  view source on GitHub ↗
(thunk)

Source from the content-addressed store, hash-verified

9672
9673
9674const throws= (thunk)=>{
9675 try {
9676 thunk();
9677 return false;
9678 }catch( er) {
9679 return true;
9680 }
9681 };
9682
9683/**
9684 * Exported for convenience of unit testing. Harmless, but not expected

Callers 1

tameFauxDataPropertyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected