MCPcopy Create free account
hub / github.com/FastLED/FastLED / hasGroup

Method hasGroup

src/fl/ui/element.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33 fl::string getGroup() const FL_NOEXCEPT { return mGroupName; }
34 bool hasGroup() const FL_NOEXCEPT { return !mGroupName.empty(); }
35
36 private:
37 fl::string mGroupName;

Callers 1

FL_TEST_FILEFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected