MCPcopy Create free account
hub / github.com/akeranen/the-one / getSize

Method getSize

core/Message.java:122–124  ·  view source on GitHub ↗

Returns the size of the message (in bytes) @return the size of the message

()

Source from the content-addressed store, hash-verified

120 * @return the size of the message
121 */
122 public int getSize() {
123 return this.size;
124 }
125
126 /**
127 * Adds a new node on the list of nodes this message has passed

Callers 15

makeRoomForMessageMethod · 0.95
startTransferMethod · 0.80
startTransferMethod · 0.80
abortTransferMethod · 0.80
finalizeTransferMethod · 0.80
setMessageInfoMethod · 0.80
newMessageMethod · 0.80
messageTransferredMethod · 0.80
calcThresholdMethod · 0.80
createNewMessageMethod · 0.80

Calls

no outgoing calls

Tested by 1