MCPcopy 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
18268function isStateExceptionHandled(state) {
18269 return !!state.pur;
18270}
18271function markQStateExceptionHandled(state) {
18272 state.pur = true;
18273}

Callers 2

processChecksFunction · 0.70
scheduleProcessQueueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected