(state)
| 17651 | return !!state.pur; |
| 17652 | } |
| 17653 | function markQStateExceptionHandled(state) { |
| 17654 | state.pur = true; |
| 17655 | } |
| 17656 | function markQExceptionHandled(q) { |
| 17657 | markQStateExceptionHandled(q.$$state); |
| 17658 | } |
no outgoing calls
no test coverage detected