Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ catchError
Function
catchError
tools/bazel/node_loader/hooks.mjs:69–75 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
67
};
68
69
async
function
catchError(fn) {
70
try {
71
return
await
fn();
72
} catch {
73
return
null;
74
}
75
}
Callers
15
resolve
Function · 0.85
pending_until_event_spec.ts
File · 0.85
getHeroes
Method · 0.85
getHero
Method · 0.85
addHero
Method · 0.85
deleteHero
Method · 0.85
searchHeroes
Method · 0.85
updateHero
Method · 0.85
trackEvents
Function · 0.85
preload
Method · 0.85
preload
Method · 0.85
setupNavigations
Method · 0.85
Calls
1
fn
Function · 0.50
Tested by
2
preload
Method · 0.68
preload
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…