(state)
| 17695 | return !!state.pur; |
| 17696 | } |
| 17697 | function markQStateExceptionHandled(state) { |
| 17698 | state.pur = true; |
| 17699 | } |
| 17700 | function markQExceptionHandled(q) { |
| 17701 | markQStateExceptionHandled(q.$$state); |
| 17702 | } |
no outgoing calls
no test coverage detected