MCPcopy
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
1185function tree(url: string): UrlTree {
1186 return new DefaultUrlSerializer().parse(url);
1187}
1188
1189class RootComponent {}
1190class ComponentA {}

Callers 3

recognize.spec.tsFile · 0.70
recognizeFunction · 0.70
renderMethod · 0.50

Calls 1

parseMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…