(state)
| 18334 | return !!state.pur; |
| 18335 | } |
| 18336 | function markQStateExceptionHandled(state) { |
| 18337 | state.pur = true; |
| 18338 | } |
| 18339 | function 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). |
no outgoing calls
no test coverage detected