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