Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dsg-titech/simblock
/ getId
Method
getId
simulator/src/main/java/simblock/block/Block.java:115–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
*/
114
//TODO what format
115
public
int
getId() {
116
return
this.id;
117
}
118
119
/**
120
* Generates the genesis block. The parent is set to null and the time is set to 0
Callers
3
run
Method · 0.80
run
Method · 0.80
printAddBlock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected