Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Block
Method · 0.80
printPropagation
Method · 0.80
main
Method · 0.80
addOrphans
Method · 0.80
isReceivedBlockValid
Method · 0.80
isReceivedBlockValid
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected