MCPcopy
hub / github.com/angular/angular / hasChildren

Method hasChildren

packages/router/src/url_tree.ts:317–319  ·  view source on GitHub ↗

Whether the segment has child segments

()

Source from the content-addressed store, hash-verified

315
316 /** Whether the segment has child segments */
317 hasChildren(): boolean {
318 return this.numberOfChildren > 0;
319 }
320
321 /** Number of child segments */
322 get numberOfChildren(): number {

Callers 9

serializeSegmentFunction · 0.45
squashSegmentGroupFunction · 0.45
updateSegmentGroupFunction · 0.45
processSegmentGroupMethod · 0.45
defaultUrlMatcherFunction · 0.45
matchFunction · 0.45
emptyPathMatchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected