MCPcopy Index your code
hub / github.com/processing/processing / run

Method run

java/src/processing/mode/java/JavaMode.java:126–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 final Runner runtime = new Runner(build, listener);
125 new Thread(new Runnable() {
126 public void run() {
127 // these block until finished
128 if (present) {
129 runtime.present(null);
130 } else {
131 runtime.launch(null);
132 }
133 }
134 }).start();
135 return runtime;
136 }

Callers

nothing calls this directly

Calls 6

presentMethod · 0.80
initEditorCodeMethod · 0.80
launchMethod · 0.45
stopTweakModeMethod · 0.45
updateInterfaceMethod · 0.45
startTweakModeMethod · 0.45

Tested by

no test coverage detected