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

Function markQStateExceptionHandled

test/angular/1.7/angular.js:18271–18273  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

18269 return !!state.pur;
18270}
18271function markQStateExceptionHandled(state) {
18272 state.pur = true;
18273}
18274function markQExceptionHandled(q) {
18275 // Built-in `$q` promises will always have a `$$state` property. This check is to allow
18276 // overwriting `$q` with a different promise library (e.g. Bluebird + angular-bluebird-promises).

Callers 3

processQueueFunction · 0.70
processChecksFunction · 0.70
markQExceptionHandledFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected