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

Method setReceiveTime

core/Message.java:181–183  ·  view source on GitHub ↗

Sets the time when this message was received. @param time The time to set

(double time)

Source from the content-addressed store, hash-verified

179 * @param time The time to set
180 */
181 public void setReceiveTime(double time) {
182 this.timeReceived = time;
183 }
184
185 /**
186 * Returns the time when this message was received

Callers 1

messageTransferredMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected