()
| 256 | public <N extends Node> N keep() { addUse(null); return (N)this; } |
| 257 | // Remove bogus null. |
| 258 | public <N extends Node> N unkeep() { delUse(null); return (N)this; } |
| 259 | // Test "keep" status |
| 260 | public boolean iskeep() { return Utils.find(_outputs,null) != -1; } |
| 261 |
no test coverage detected