Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
saveAs
Method · 0.95
storeRecentSketches
Method · 0.80
openFiles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected