Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ tree
Function
tree
packages/router/test/recognize.spec.ts:1185–1187 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
1183
}
1184
1185
function
tree(url: string): UrlTree {
1186
return
new
DefaultUrlSerializer().parse(url);
1187
}
1188
1189
class
RootComponent {}
1190
class
ComponentA {}
Callers
3
recognize.spec.ts
File · 0.70
recognize
Function · 0.70
render
Method · 0.50
Calls
1
parse
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…