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