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

Method start

jnode-core/src/jnode/main/threads/PollQueue.java:119–126  ·  view source on GitHub ↗
(FtnAddress addr)

Source from the content-addressed store, hash-verified

117 }
118
119 public void start(FtnAddress addr) {
120 if (addr != null) {
121 long now = new Date().getTime();
122 synchronized (pollMap) {
123 pollMap.put(addr.toString(), now);
124 }
125 }
126 }
127
128 public void start(Link link) {
129 String addr = link.getLinkAddress();

Callers 2

mainMethod · 0.45
runMethod · 0.45

Calls 2

getLinkAddressMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected