Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-router
/ isStateExceptionHandled
Function
isStateExceptionHandled
test/angular/1.7/angular.js:18268–18270 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
18266
}
18267
18268
function
isStateExceptionHandled(state) {
18269
return
!!state.pur;
18270
}
18271
function
markQStateExceptionHandled(state) {
18272
state.pur = true;
18273
}
Callers
2
processChecks
Function · 0.70
scheduleProcessQueue
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected