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

Method setGroup

src/platforms/shared/ui/json/description.cpp.hpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void JsonDescriptionImpl::setGroup(const fl::string &groupName) FL_NOEXCEPT {
76 mInternal->setGroup(groupName);
77}
78
79int JsonDescriptionImpl::id() const FL_NOEXCEPT {
80 return mInternal->id();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected