()
| 284 | public <N extends Node> N keep() { addUse(null); return (N)this; } |
| 285 | // Remove bogus null. |
| 286 | public <N extends Node> N unkeep() { delUse(null); return (N)this; } |
| 287 | |
| 288 | |
| 289 | // Replace self with nnn in the graph, making 'this' go dead |
no test coverage detected