MCPcopy
hub / github.com/angular-ui/ui-grid / markQStateExceptionHandled

Function markQStateExceptionHandled

lib/test/angular/1.8.0/angular.js:18336–18338  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

18334 return !!state.pur;
18335}
18336function markQStateExceptionHandled(state) {
18337 state.pur = true;
18338}
18339function markQExceptionHandled(q) {
18340 // Built-in `$q` promises will always have a `$$state` property. This check is to allow
18341 // 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