Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ none
Method
none
src/fl/stl/bitset.h:177–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
/// Queries.
176
bool any() const FL_NOEXCEPT { return count() > 0; }
177
bool none() const FL_NOEXCEPT { return count() == 0; }
178
bool all() const FL_NOEXCEPT {
179
if (N == 0)
180
return true;
Callers
2
none
Method · 0.45
FL_TEST_FILE
Function · 0.45
Calls
1
count
Function · 0.85
Tested by
no test coverage detected