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

Method run

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

Source from the content-addressed store, hash-verified

149 // module in new thread
150 new Thread(new Runnable() {
151 @Override
152 public void run() {
153 jnodeModule.start();
154 }
155 }).start();
156 logger.l2("Module " + className + " started");
157 } catch (Exception e) {

Callers

nothing calls this directly

Calls 3

getVersionMethod · 0.95
l1Method · 0.80
startMethod · 0.45

Tested by

no test coverage detected