Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setGroup
Method
setGroup
src/platforms/shared/ui/json/description.cpp.hpp:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void JsonDescriptionImpl::setGroup(const fl::string &groupName) FL_NOEXCEPT {
76
mInternal->setGroup(groupName);
77
}
78
79
int JsonDescriptionImpl::id() const FL_NOEXCEPT {
80
return mInternal->id();
Callers
1
description.cpp.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected