Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
12840
function
tryCallTwo(fn, a, b) {
12841
try {
12842
fn(a, b);
12843
} catch (ex) {
12844
LAST_ERROR = ex;
12845
return
IS_ERROR;
12846
}
12847
}
12848
12849
module.exports = Promise;
12850
Callers
1
doResolve
Function · 0.70
Calls
1
fn
Function · 0.70
Tested by
no test coverage detected