MCPcopy
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

Calls 1

getTextMethod · 0.65

Tested by

no test coverage detected