Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
47
function
isRedirect(val: INTERIM_VALUES): val is UrlTree | RedirectCommand {
48
return
isUrlTree(val) || val instanceof RedirectCommand;
49
}
Callers
1
prioritizedGuardValue
Function · 0.85
Calls
1
isUrlTree
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…