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

Method getNeighbors

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

Gets the nodes neighbors. @return the neighbors

()

Source from the content-addressed store, hash-verified

237 * @return the neighbors
238 */
239 public ArrayList<Node> getNeighbors() {
240 return this.routingTable.getNeighbors();
241 }
242
243 /**
244 * Adds the node as a neighbor.

Callers 2

writeGraphMethod · 0.95
sendInvMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected