Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ setModified
Method
setModified
app/src/processing/app/SketchCode.java:187–189 ·
view source on GitHub ↗
(boolean modified)
Source
from the content-addressed store, hash-verified
185
186
187
public
void
setModified(boolean modified) {
188
this.modified = modified;
189
}
190
191
192
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