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

Method getHeight

simulator/src/main/java/simblock/block/Block.java:76–78  ·  view source on GitHub ↗

Get height int. @return the int

()

Source from the content-addressed store, hash-verified

74 * @return the int
75 */
76 public int getHeight() {
77 return this.height;
78 }
79
80 /**
81 * Get parent block.

Callers 6

BlockMethod · 0.80
printPropagationMethod · 0.80
mainMethod · 0.80
addOrphansMethod · 0.80
isReceivedBlockValidMethod · 0.80
isReceivedBlockValidMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected