MCPcopy Index your code
hub / github.com/react/create-react-app / tryCallTwo

Function tryCallTwo

packages/react-error-overlay/fixtures/bundle_u.mjs:13000–13007  ·  view source on GitHub ↗
(fn, a, b)

Source from the content-addressed store, hash-verified

12998 }
12999}
13000function tryCallTwo(fn, a, b) {
13001 try {
13002 fn(a, b);
13003 } catch (ex) {
13004 LAST_ERROR = ex;
13005 return IS_ERROR;
13006 }
13007}
13008
13009module.exports = Promise;
13010

Callers 1

doResolveFunction · 0.70

Calls 1

fnFunction · 0.70

Tested by

no test coverage detected