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

Method setGroup

src/fl/ui/help.h:22–22  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

20
21 // Stub method for group setting (does nothing on non-WASM platforms)
22 void setGroup(const fl::string& groupName) { FASTLED_UNUSED(groupName); }
23
24 // Stub method for accessing markdown content
25 const fl::string& markdownContent() const { return mContent; }

Callers 5

UIHelpClass · 0.45
addControlMethod · 0.45
addMethod · 0.45
FL_TEST_FILEFunction · 0.45
wavefx_setupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected