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

Method messageTransferStarted

test/MessageChecker.java:64–66  ·  view source on GitHub ↗
(Message m, DTNHost from, DTNHost to)

Source from the content-addressed store, hash-verified

62
63
64 public void messageTransferStarted(Message m, DTNHost from, DTNHost to) {
65 this.add(m, from, to, TYPE_START, null, null);
66 }
67
68 public boolean next() {
69 if (this.queue.size() == 0) {

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected