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

Method getNrofMessages

routing/MessageRouter.java:245–247  ·  view source on GitHub ↗

Returns the number of messages this router has @return How many messages this router has

()

Source from the content-addressed store, hash-verified

243 * @return How many messages this router has
244 */
245 public int getNrofMessages() {
246 return this.messages.size();
247 }
248
249 /**
250 * Returns the size of the message buffer.

Callers 4

toStringMethod · 0.95
canStartTransferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected