Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ getResolve
Function
getResolve
packages/router/src/recognize.ts:607–609 ·
view source on GitHub ↗
(route: Route)
Source
from the content-addressed store, hash-verified
605
}
606
607
function
getResolve(route: Route): ResolveData {
608
return
route.resolve || {};
609
}
Callers
1
createSnapshot
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…