Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setGroup
Method
setGroup
src/platforms/shared/ui/json/audio.cpp.hpp:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void JsonAudioImpl::setGroup(const fl::string &groupName) FL_NOEXCEPT {
57
mInternal->setGroup(groupName);
58
}
59
60
void JsonAudioImpl::Updater::init(JsonAudioImpl *owner) FL_NOEXCEPT {
61
mOwner = owner;
Callers
1
audio.cpp.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected