Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ fileReadOnly
Method
fileReadOnly
app/src/processing/app/SketchCode.java:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
106
107
protected
boolean fileReadOnly() {
108
return
!file.canWrite();
109
}
110
111
112
protected
boolean deleteFile() {
Callers
1
isReadOnly
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected