Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ anythingTrue
Method
anythingTrue
java/src/processing/mode/java/JavaEditor.java:1901–1906 ·
view source on GitHub ↗
(boolean[] list)
Source
from the content-addressed store, hash-verified
1899
1900
1901
static
private
boolean anythingTrue(boolean[] list) {
1902
for
(boolean b : list) {
1903
if
(b)
return
true;
1904
}
1905
return
false;
1906
}
1907
1908
1909
protected
void
updateInterface(List<List<Handle>> handles,
Callers
1
stopTweakMode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected