MCPcopy
hub / github.com/angular/angular / advanceNode

Function advanceNode

packages/router/test/create_router_state.spec.ts:228–231  ·  view source on GitHub ↗
(node: TreeNode<ActivatedRoute>)

Source from the content-addressed store, hash-verified

226}
227
228function advanceNode(node: TreeNode<ActivatedRoute>): void {
229 advanceActivatedRoute(node.value);
230 node.children.forEach(advanceNode);
231}
232
233async function createState(config: Routes, url: string): Promise<RouterStateSnapshot> {
234 const result = await recognize(

Callers 1

advanceStateFunction · 0.85

Calls 2

advanceActivatedRouteFunction · 0.90
forEachMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…