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

Method run

jnode-core/src/jnode/main/Main.java:184–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182
183 private static final class TosserTask extends TimerTask {
184 @Override
185 public void run() {
186 try {
187 TosserQueue.getInstanse().toss();
188 } catch (RuntimeException e) {
189 logger.l1("Error while tossing", e);
190 }
191 }
192
193 }
194

Callers

nothing calls this directly

Calls 3

getInstanseMethod · 0.95
tossMethod · 0.80
l1Method · 0.80

Tested by

no test coverage detected