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

Method launch

java/src/processing/mode/java/runner/Runner.java:150–155  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

148
149
150 public VirtualMachine launch(String[] args) {
151 if (launchVirtualMachine(false, args)) {
152 generateTrace();
153 }
154 return vm;
155 }
156
157
158 public VirtualMachine present(String[] args) {

Callers 2

CommanderMethod · 0.95
runMethod · 0.45

Calls 2

launchVirtualMachineMethod · 0.95
generateTraceMethod · 0.95

Tested by

no test coverage detected