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

Method toString

routing/MessageRouter.java:653–657  ·  view source on GitHub ↗

Returns a String presentation of this router @return A String presentation of this router

()

Source from the content-addressed store, hash-verified

651 * @return A String presentation of this router
652 */
653 public String toString() {
654 return getClass().getSimpleName() + " of " +
655 this.getHost().toString() + " with " + getNrofMessages()
656 + " messages";
657 }
658}

Callers

nothing calls this directly

Calls 4

getHostMethod · 0.95
getNrofMessagesMethod · 0.95
getClassMethod · 0.80
toStringMethod · 0.65

Tested by

no test coverage detected