(state)
| 18269 | return !!state.pur; |
| 18270 | } |
| 18271 | function markQStateExceptionHandled(state) { |
| 18272 | state.pur = true; |
| 18273 | } |
| 18274 | function 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). |
no outgoing calls
no test coverage detected