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

Method setGroup

src/platforms/shared/ui/json/number_field.cpp.hpp:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111fl::string JsonNumberFieldImpl::groupName() const FL_NOEXCEPT { return mInternal->groupName(); }
112
113void JsonNumberFieldImpl::setGroup(const fl::string &groupName) FL_NOEXCEPT { mInternal->setGroup(groupName); }
114
115JsonNumberFieldImpl &JsonNumberFieldImpl::operator=(float value) FL_NOEXCEPT {
116 setValue(value);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected