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