Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ isModified
Method
isModified
core/src/processing/core/PImage.java:350–352 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
348
349
350
public
boolean isModified() {
// ignore
351
return
modified;
352
}
353
354
355
public
void
setModified() {
// ignore
Callers
1
imageImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected