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

Method fileReadOnly

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

Source from the content-addressed store, hash-verified

114
115
116 protected boolean fileReadOnly() {
117 return !file.canWrite();
118 }
119
120
121 protected boolean deleteFile() {

Callers 1

isReadOnlyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected