MCPcopy Index your code
hub / github.com/benfry/processing4 / launch

Method launch

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

Source from the content-addressed store, hash-verified

142
143
144 public VirtualMachine launch(String[] args) {
145 if (launchVirtualMachine(false, args)) {
146 generateTrace();
147 }
148 return vm;
149 }
150
151
152 public VirtualMachine present(String[] args) {

Callers 3

handleLaunchMethod · 0.95
handleTweakMethod · 0.95
CommanderMethod · 0.95

Calls 2

launchVirtualMachineMethod · 0.95
generateTraceMethod · 0.95

Tested by

no test coverage detected