Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ getProgram
Method
getProgram
arduino-core/src/processing/app/SketchFile.java:231–236 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
229
230
231
public
String getProgram() {
232
if
(storage != null)
233
return
storage.getText();
234
235
return
null;
236
}
237
238
239
public
boolean isModified() {
Callers
1
saveSketchInTempFolder
Method · 0.80
Calls
1
getText
Method · 0.65
Tested by
no test coverage detected