MCPcopy Create free account
hub / github.com/annmuor/jnode / toss

Method toss

jnode-core/src/jnode/main/threads/TosserQueue.java:46–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 public void toss() {
47 if (!tosser.isRunning()) {
48 synchronized (tosser) {
49 tosser.tossInboundDirectory();
50 tosser.end();
51 }
52 }
53 }
54
55 public List<Message> getMessages(Link link) {
56 return tosser.getMessages2(new FtnAddress(link.getLinkAddress()));

Callers 2

runMethod · 0.80
tossIncomingMethod · 0.80

Calls 3

isRunningMethod · 0.80
tossInboundDirectoryMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected