MCPcopy 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

appExecuteOrderedMethod · 0.95
appExecuteUnorderedMethod · 0.95
fromBytesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected