MCPcopy Index your code
hub / github.com/processing/processing / fileExists

Method fileExists

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

Source from the content-addressed store, hash-verified

109
110
111 protected boolean fileExists() {
112 return file.exists();
113 }
114
115
116 protected boolean fileReadOnly() {

Callers 1

isReadOnlyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected