MCPcopy Index your code
hub / github.com/angular-ui/ui-router / isStateExceptionHandled

Function isStateExceptionHandled

test/angular/1.6/angular.js:17650–17652  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

17648}
17649
17650function isStateExceptionHandled(state) {
17651 return !!state.pur;
17652}
17653function markQStateExceptionHandled(state) {
17654 state.pur = true;
17655}

Callers 2

processChecksFunction · 0.70
scheduleProcessQueueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected