MCPcopy Create free account
hub / github.com/dsg-titech/simblock / getOrphans

Method getOrphans

simulator/src/main/java/simblock/node/Node.java:211–213  ·  view source on GitHub ↗

Gets all orphans known to node. @return the orphans

()

Source from the content-addressed store, hash-verified

209 * @return the orphans
210 */
211 public Set<Block> getOrphans() {
212 return this.orphans;
213 }
214
215 /**
216 * Gets the number of connections a node can have.

Callers 1

mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected