MCPcopy Create free account
hub / github.com/benfry/processing4 / present

Method present

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

Source from the content-addressed store, hash-verified

150
151
152 public VirtualMachine present(String[] args) {
153 if (launchVirtualMachine(true, args)) {
154 generateTrace();
155 }
156 return vm;
157 }
158
159
160 /**

Callers 2

handleLaunchMethod · 0.95
CommanderMethod · 0.95

Calls 2

launchVirtualMachineMethod · 0.95
generateTraceMethod · 0.95

Tested by

no test coverage detected