Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bft-smart/library
/ setSize
Method
setSize
src/main/java/bftsmart/demo/map/MapMessage.java:112–114 ·
view source on GitHub ↗
(int size)
Source
from the content-addressed store, hash-verified
110
}
111
112
public
void
setSize(
int
size) {
113
this.size = size;
114
}
115
116
public
void
setType(MapRequestType type) {
117
this.type = type;
Callers
3
appExecuteOrdered
Method · 0.95
appExecuteUnordered
Method · 0.95
fromBytes
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected