MCPcopy
hub / github.com/react/create-react-app / tryCallTwo

Function tryCallTwo

packages/react-error-overlay/fixtures/bundle.mjs:12840–12847  ·  view source on GitHub ↗
(fn, a, b)

Source from the content-addressed store, hash-verified

12838 }
12839}
12840function tryCallTwo(fn, a, b) {
12841 try {
12842 fn(a, b);
12843 } catch (ex) {
12844 LAST_ERROR = ex;
12845 return IS_ERROR;
12846 }
12847}
12848
12849module.exports = Promise;
12850

Callers 1

doResolveFunction · 0.70

Calls 1

fnFunction · 0.70

Tested by

no test coverage detected