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

Method fileExists

app/src/processing/app/SketchCode.java:102–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100
101
102 protected boolean fileExists() {
103 return file.exists();
104 }
105
106
107 protected boolean fileReadOnly() {

Callers 1

isReadOnlyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected