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