Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
actionPerformed
Method · 0.80
actionPerformed
Method · 0.80
stopTweakMode
Method · 0.80
initBaseCode
Method · 0.80
loadSavedCode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected