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

Method toString

core/CBRConnection.java:119–122  ·  view source on GitHub ↗

Returns a String presentation of the connection.

()

Source from the content-addressed store, hash-verified

117 * Returns a String presentation of the connection.
118 */
119 public String toString() {
120 return super.toString() + (isTransferring() ?
121 " until " + String.format("%.2f", this.transferDoneTime) : "");
122 }
123
124}

Callers

nothing calls this directly

Calls 3

formatMethod · 0.80
toStringMethod · 0.65
isTransferringMethod · 0.45

Tested by

no test coverage detected