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

Method getResponseSize

core/Message.java:240–242  ·  view source on GitHub ↗

Returns the size of the requested response message or 0 if no response is requested. @return the size of the requested response message

()

Source from the content-addressed store, hash-verified

238 * @return the size of the requested response message
239 */
240 public int getResponseSize() {
241 return responseSize;
242 }
243
244 /**
245 * Returns a string representation of the message

Callers 2

messageTransferredMethod · 0.95
newMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected