Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getMainProgram
Method
getMainProgram
app/src/processing/app/Sketch.java:1710–1712 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1708
1709
1710
public
String getMainProgram() {
1711
return
getCode(0).getProgram();
1712
}
1713
1714
1715
public
void
setUntitled(boolean untitled) {
Callers
1
preprocess
Method · 0.80
Calls
2
getCode
Method · 0.95
getProgram
Method · 0.80
Tested by
no test coverage detected