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

Function markQStateExceptionHandled

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

Source from the content-addressed store, hash-verified

17651 return !!state.pur;
17652}
17653function markQStateExceptionHandled(state) {
17654 state.pur = true;
17655}
17656function markQExceptionHandled(q) {
17657 markQStateExceptionHandled(q.$$state);
17658}

Callers 3

processQueueFunction · 0.70
processChecksFunction · 0.70
markQExceptionHandledFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected