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