MCPcopy Index your code
hub / github.com/benfry/processing4 / getSavedProgram

Method getSavedProgram

app/src/processing/app/SketchCode.java:178–180  ·  view source on GitHub ↗

get the last version saved of this tab

()

Source from the content-addressed store, hash-verified

176
177 /** get the last version saved of this tab */
178 public String getSavedProgram() {
179 return savedProgram;
180 }
181
182
183 public int getLineCount() {

Callers 5

actionPerformedMethod · 0.80
actionPerformedMethod · 0.80
stopTweakModeMethod · 0.80
initBaseCodeMethod · 0.80
loadSavedCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected