MCPcopy 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

addBreakpointCommentsMethod · 0.95
findJavaOffsetMethod · 0.95
updateProblemsMethod · 0.95
findLocationMethod · 0.95
getMainProgramMethod · 0.80
setCodeMethod · 0.80
findMethod · 0.80
downloadImportsMethod · 0.80
loadSavedCodeMethod · 0.80
automateSketchMethod · 0.80
preprocessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected