MCPcopy Index your code
hub / github.com/benfry/processing4 / isUntitled

Method isUntitled

app/src/processing/app/Sketch.java:1799–1801  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1797
1798
1799 public boolean isUntitled() {
1800 return untitled;
1801 }
1802
1803
1804 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Callers 12

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

Calls

no outgoing calls

Tested by

no test coverage detected