Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ isValid
Method
isValid
src/fl/audio/detector/key.h:68–68 ·
view source on GitHub ↗
Check if key is valid
Source
from the content-addressed store, hash-verified
66
67
// Check if key is valid
68
bool isValid() const { return confidence > 0.0f; }
69
70
// Compare keys
71
bool operator==(const Key& other) const {
Callers
4
hasKey
Method · 0.45
update
Method · 0.45
isSimilarChord
Method · 0.45
shouldChangeMood
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected