MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / iskeep

Method iskeep

chapter14/src/main/java/com/seaofnodes/simple/node/Node.java:260–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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
262
263 // Replace self with nnn in the graph, making 'this' go dead

Callers 1

endLoopMethod · 0.45

Calls 1

findMethod · 0.95

Tested by

no test coverage detected