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

Method setGroup

src/platforms/shared/ui/json/title.cpp.hpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void JsonTitleImpl::setGroup(const fl::string &groupName) FL_NOEXCEPT {
82 mInternal->setGroup(groupName);
83}
84
85int JsonTitleImpl::id() const FL_NOEXCEPT { return mInternal->id(); }
86

Callers 1

title.cpp.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected