Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ isUntitled
Method
isUntitled
app/src/processing/app/Sketch.java:1722–1725 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1720
1721
1722
public
boolean isUntitled() {
1723
// return editor.untitled;
1724
return
untitled;
1725
}
1726
1727
1728
// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Callers
10
changeMode
Method · 0.95
handleRenameCode
Method · 0.95
handleDeleteCode
Method · 0.95
saveAs
Method · 0.95
addFile
Method · 0.95
updateTitle
Method · 0.80
handleSave
Method · 0.80
append
Method · 0.80
handleExportCheckModified
Method · 0.80
autoSave
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected