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

Method run

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

Source from the content-addressed store, hash-verified

195 private static final class PollQueueTask extends TimerTask {
196
197 @Override
198 public void run() {
199 PollQueue.getSelf().poll();
200 }
201
202 }
203

Callers

nothing calls this directly

Calls 2

getSelfMethod · 0.95
pollMethod · 0.80

Tested by

no test coverage detected