()
| 289 | // Test "keep" status |
| 290 | public boolean iskeep() { return _outputs.find(null) != -1; } |
| 291 | public void unkill() { |
| 292 | if( unkeep().isUnused() ) |
| 293 | kill(); |
| 294 | } |
| 295 | |
| 296 | |
| 297 | // Replace self with nnn in the graph, making 'this' go dead |
no test coverage detected