Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getProgram
Method
getProgram
app/src/processing/app/SketchCode.java:166–168 ·
view source on GitHub ↗
get the current text for this tab
()
Source
from the content-addressed store, hash-verified
164
165
/** get the current text
for
this tab */
166
public
String getProgram() {
167
return
program;
168
}
169
170
171
/** set the current text
for
this tab */
Callers
14
stripBreakpointComments
Method · 0.95
addBreakpointComments
Method · 0.95
findJavaOffset
Method · 0.95
updateProblems
Method · 0.95
findLocation
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
preprocess
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected