Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ JavaBuild
Method
JavaBuild
java/src/processing/mode/java/JavaBuild.java:92–95 ·
view source on GitHub ↗
(Sketch sketch)
Source
from the content-addressed store, hash-verified
90
91
92
public
JavaBuild(Sketch sketch) {
93
this.sketch = sketch;
94
this.mode = sketch.getMode();
95
}
96
97
98
/**
Callers
nothing calls this directly
Calls
1
getMode
Method · 0.45
Tested by
no test coverage detected