MCPcopy 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

FindReplaceMethod · 0.95
findMethod · 0.95
replaceMethod · 0.95
replaceAllMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected