()
| 263 | public <N extends Node> N keep() { addUse(null); return (N)this; } |
| 264 | // Remove bogus null. |
| 265 | public <N extends Node> N unkeep() { delUse(null); return (N)this; } |
| 266 | |
| 267 | |
| 268 | // Replace self with nnn in the graph, making 'this' go dead |
no test coverage detected