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

Method end

jnode-core/src/jnode/main/threads/PollQueue.java:75–82  ·  view source on GitHub ↗
(Link link)

Source from the content-addressed store, hash-verified

73 }
74
75 public void end(Link link) {
76 String addr = link.getLinkAddress();
77 synchronized (pollMap) {
78 if (addr != null) {
79 pollMap.remove(addr);
80 }
81 }
82 }
83
84 public void end(FtnAddress addr) {
85 if (addr != null) {

Callers 1

tossMethod · 0.45

Calls 3

getLinkAddressMethod · 0.80
removeMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected