MCPcopy
hub / github.com/arduino/Arduino / isUntitled

Method isUntitled

app/src/processing/app/SketchController.java:829–831  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

827
828
829 public boolean isUntitled() {
830 return editor.untitled;
831 }
832
833 public Sketch getSketch() {
834 return sketch;

Callers 3

saveAsMethod · 0.95
storeRecentSketchesMethod · 0.80
openFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected