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

Method setUntitled

app/src/processing/app/Sketch.java:1793–1796  ·  view source on GitHub ↗
(boolean untitled)

Source from the content-addressed store, hash-verified

1791
1792
1793 public void setUntitled(boolean untitled) {
1794 this.untitled = untitled;
1795 editor.updateTitle();
1796 }
1797
1798
1799 public boolean isUntitled() {

Callers 2

saveAsMethod · 0.95
handleOpenInternalMethod · 0.80

Calls 1

updateTitleMethod · 0.80

Tested by

no test coverage detected