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

Method present

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

Source from the content-addressed store, hash-verified

156
157
158 public VirtualMachine present(String[] args) {
159 if (launchVirtualMachine(true, args)) {
160 generateTrace();
161 }
162 return vm;
163 }
164
165
166 /**

Callers 2

CommanderMethod · 0.95
runMethod · 0.80

Calls 2

launchVirtualMachineMethod · 0.95
generateTraceMethod · 0.95

Tested by

no test coverage detected