MCPcopy 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

addBreakpointCommentsMethod · 0.95
preprocessMethod · 0.95
getMainProgramMethod · 0.80
setCodeMethod · 0.80
findMethod · 0.80
downloadImportsMethod · 0.80
loadSavedCodeMethod · 0.80
automateSketchMethod · 0.80
preprocessSketchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected