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

Method setGroup

src/fl/ui/slider.h:45–45  ·  view source on GitHub ↗

Stub method for group setting (does nothing on non-WASM platforms)

Source from the content-addressed store, hash-verified

43
44 // Stub method for group setting (does nothing on non-WASM platforms)
45 void setGroup(const fl::string& groupName) { FASTLED_UNUSED(groupName); }
46
47 UISliderImpl &operator=(float value) FL_NOEXCEPT {
48 setValue(value);

Callers 1

UISliderClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected