MCPcopy
hub / github.com/angular/angular / advanceState

Function advanceState

packages/router/test/create_router_state.spec.ts:224–226  ·  view source on GitHub ↗
(state: RouterState)

Source from the content-addressed store, hash-verified

222});
223
224function advanceState(state: RouterState): void {
225 advanceNode((state as any)._root);
226}
227
228function advanceNode(node: TreeNode<ActivatedRoute>): void {
229 advanceActivatedRoute(node.value);

Callers 1

Calls 1

advanceNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…