()
| 291 | public <N extends Node> N unkeep() { delUse(null); return (N)this; } |
| 292 | // Test "keep" status |
| 293 | public boolean iskeep() { return _outputs.find(null) != -1; } |
| 294 | public void unkill() { |
| 295 | if( unkeep().isUnused() ) |
| 296 | kill(); |
no test coverage detected