()
| 265 | public <N extends Node> N unkeep() { delUse(null); return (N)this; } |
| 266 | // Test "keep" status |
| 267 | public boolean iskeep() { return _outputs.find(null) != -1; } |
| 268 | public void unkill() { |
| 269 | if( unkeep().isUnused() ) |
| 270 | kill(); |
no test coverage detected