Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ none
Function
none
src/fl/stl/bitset_dynamic.h:277–277 ·
view source on GitHub ↗
Check if no bit is set
Source
from the content-addressed store, hash-verified
275
276
// Check if no bit is set
277
bool none() const FL_NOEXCEPT { return !any(); }
278
279
// Check if all bits are set
280
bool all() const FL_NOEXCEPT {
Callers
nothing calls this directly
Calls
1
any
Function · 0.85
Tested by
no test coverage detected