MCPcopy 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

hasKeyMethod · 0.45
updateMethod · 0.45
isSimilarChordMethod · 0.45
shouldChangeMoodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected