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

Method setGroup

src/fl/ui/button.h:32–32  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

30
31 // Stub method for group setting (does nothing on non-WASM platforms)
32 void setGroup(const fl::string& groupName) { FASTLED_UNUSED(groupName); }
33
34 private:
35 fl::string mName;

Callers 1

UIButtonClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected