Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getProgram
Method
getProgram
app/src/processing/app/SketchCode.java:165–167 ·
view source on GitHub ↗
get the current text for this tab
()
Source
from the content-addressed store, hash-verified
163
164
/** get the current text
for
this tab */
165
public
String getProgram() {
166
return
program;
167
}
168
169
170
/** set the current text
for
this tab */
Callers
10
stripBreakpointComments
Method · 0.95
addBreakpointComments
Method · 0.95
preprocess
Method · 0.95
getMainProgram
Method · 0.80
setCode
Method · 0.80
find
Method · 0.80
downloadImports
Method · 0.80
loadSavedCode
Method · 0.80
automateSketch
Method · 0.80
preprocessSketch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected