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

Method toString

core/Message.java:248–250  ·  view source on GitHub ↗

Returns a string representation of the message @return a string representation of the message

()

Source from the content-addressed store, hash-verified

246 * @return a string representation of the message
247 */
248 public String toString () {
249 return id;
250 }
251
252 /**
253 * Deep copies message data from other message. If new fields are

Callers 1

compareToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected