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

Method newMessage

gui/EventLogPanel.java:293–295  ·  view source on GitHub ↗
(Message m)

Source from the content-addressed store, hash-verified

291 }
292
293 public void newMessage(Message m) {
294 processEvent(msgCreateCheck, "Message created", m.getFrom(), null, m);
295 }
296
297 public void messageTransferAborted(Message m, DTNHost from, DTNHost to) {
298 processEvent(msgAbortCheck, "Message relay aborted", from, to, m);

Callers

nothing calls this directly

Calls 2

processEventMethod · 0.95
getFromMethod · 0.45

Tested by

no test coverage detected