()
| 273 | // Test "keep" status |
| 274 | public boolean iskeep() { return _outputs.find(null) != -1; } |
| 275 | public void unkill() { |
| 276 | if( unkeep().isUnused() ) |
| 277 | kill(); |
| 278 | } |
| 279 | |
| 280 | |
| 281 | // Replace self with nnn in the graph, making 'this' go dead |
no test coverage detected