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

Function guard

packages/router/test/apply_redirects.spec.ts:543–546  ·  view source on GitHub ↗
(route: Route, urlSegments: UrlSegment[])

Source from the content-addressed store, hash-verified

541 let passedUrlSegments: UrlSegment[];
542
543 const guard = (route: Route, urlSegments: UrlSegment[]) => {
544 passedUrlSegments = urlSegments;
545 return true;
546 };
547
548 const config = [
549 {

Callers 4

narrowedFunction · 0.85
expectTokenAtPositionFunction · 0.85
diagnosticToNodeFunction · 0.85
runSeriallyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…