(boolean state)
| 6469 | |
| 6470 | public boolean wasDiscarded() { return discarded; } |
| 6471 | public void setDiscarded(boolean state) { discarded = state; } |
| 6472 | public boolean wasSurveilled() { |
| 6473 | return this.surveilled; |
| 6474 | } |
no outgoing calls
no test coverage detected