Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ setModified
Method
setModified
app/src/processing/app/SketchCode.java:188–190 ·
view source on GitHub ↗
(boolean modified)
Source
from the content-addressed store, hash-verified
186
187
188
public
void
setModified(boolean modified) {
189
this.modified = modified;
190
}
191
192
193
public
boolean isModified() {
Callers
4
load
Method · 0.95
save
Method · 0.95
saveAs
Method · 0.95
rename
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected