Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleLaunch
Method · 0.95
Commander
Method · 0.95
Calls
2
launchVirtualMachine
Method · 0.95
generateTrace
Method · 0.95
Tested by
no test coverage detected