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

Method add

test/MessageChecker.java:85–88  ·  view source on GitHub ↗
(Message m, DTNHost from, DTNHost to, String type, Boolean
			dropped, Boolean delivered)

Source from the content-addressed store, hash-verified

83 }
84
85 private void add(Message m, DTNHost from, DTNHost to, String type, Boolean
86 dropped, Boolean delivered) {
87 this.queue.add(new MsgCheckerEvent(m,from,to,type,dropped,delivered));
88 }
89
90 /**
91 * @return the lastFirstDelivery

Callers 15

messageDeletedMethod · 0.95
messageTransferredMethod · 0.95
newMessageMethod · 0.95
setSpeedMethod · 0.80
addWaypointMethod · 0.80
HomeActivityMovementMethod · 0.80
readMapMethod · 0.80
checkMapConnectednessMethod · 0.80
addLocationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected