Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ setFound
Method
setFound
app/src/processing/app/ui/FindReplace.java:394–397 ·
view source on GitHub ↗
(boolean found)
Source
from the content-addressed store, hash-verified
392
393
394
protected
void
setFound(boolean found) {
395
replaceButton.setEnabled(found);
396
replaceAndFindButton.setEnabled(found);
397
}
398
399
400
/**
Callers
4
FindReplace
Method · 0.95
find
Method · 0.95
replace
Method · 0.95
replaceAll
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected