(state)
| 17466 | return !!state.pur; |
| 17467 | } |
| 17468 | function markQStateExceptionHandled(state) { |
| 17469 | state.pur = true; |
| 17470 | } |
| 17471 | function markQExceptionHandled(q) { |
| 17472 | markQStateExceptionHandled(q.$$state); |
| 17473 | } |
no outgoing calls
no test coverage detected