Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
13000
function
tryCallTwo(fn, a, b) {
13001
try {
13002
fn(a, b);
13003
} catch (ex) {
13004
LAST_ERROR = ex;
13005
return
IS_ERROR;
13006
}
13007
}
13008
13009
module.exports = Promise;
13010
Callers
1
doResolve
Function · 0.70
Calls
1
fn
Function · 0.70
Tested by
no test coverage detected