MCPcopy Index your code
hub / github.com/angular/angular / containsSegmentGroup

Function containsSegmentGroup

packages/router/src/url_tree.ts:175–181  ·  view source on GitHub ↗
(
  container: UrlSegmentGroup,
  containee: UrlSegmentGroup,
  matrixParams: ParamMatchOptions,
)

Source from the content-addressed store, hash-verified

173}
174
175function containsSegmentGroup(
176 container: UrlSegmentGroup,
177 containee: UrlSegmentGroup,
178 matrixParams: ParamMatchOptions,
179): boolean {
180 return containsSegmentGroupHelper(container, containee, containee.segments, matrixParams);
181}
182
183function containsSegmentGroupHelper(
184 container: UrlSegmentGroup,

Callers 1

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…