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

Function isRedirect

packages/router/src/operators/prioritized_guard_value.ts:47–49  ·  view source on GitHub ↗
(val: INTERIM_VALUES)

Source from the content-addressed store, hash-verified

45}
46
47function isRedirect(val: INTERIM_VALUES): val is UrlTree | RedirectCommand {
48 return isUrlTree(val) || val instanceof RedirectCommand;
49}

Callers 1

prioritizedGuardValueFunction · 0.85

Calls 1

isUrlTreeFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…