Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akeranen/the-one
/ newMessage
Method
newMessage
test/MessageChecker.java:59–61 ·
view source on GitHub ↗
(Message m)
Source
from the content-addressed store, hash-verified
57
}
58
59
public
void
newMessage(Message m) {
60
this.add(m, m.getFrom(), m.getTo(), TYPE_CREATE, null, null);
61
}
62
63
64
public
void
messageTransferStarted(Message m, DTNHost from, DTNHost to) {
Callers
nothing calls this directly
Calls
3
add
Method · 0.95
getFrom
Method · 0.45
getTo
Method · 0.45
Tested by
no test coverage detected