Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ tree
Function
tree
packages/router/test/create_router_state.spec.ts:260–262 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
258
}
259
260
function
tree(url: string): UrlTree {
261
return
new
DefaultUrlSerializer().parse(url);
262
}
263
264
class
RootComponent {}
265
class
ComponentA {}
Callers
2
create_router_state.spec.ts
File · 0.70
createState
Function · 0.70
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…