()
| 266 | // Test "keep" status |
| 267 | public boolean iskeep() { return _outputs.find(null) != -1; } |
| 268 | public void unkill() { |
| 269 | if( unkeep().isUnused() ) |
| 270 | kill(); |
| 271 | } |
| 272 | |
| 273 | |
| 274 | // Replace self with nnn in the graph, making 'this' go dead |
no test coverage detected