MCPcopy 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

changeModeMethod · 0.95
handleRenameCodeMethod · 0.95
handleDeleteCodeMethod · 0.95
saveAsMethod · 0.95
addFileMethod · 0.95
updateTitleMethod · 0.80
handleSaveMethod · 0.80
appendMethod · 0.80
autoSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected