Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ size
Method
size
src/fl/stl/json.h:635–637 ·
view source on GitHub ↗
Size method
Source
from the content-addressed store, hash-verified
633
634
// Size method
635
size_t size() const FL_NOEXCEPT {
636
return mValue ? mValue->size() : 0;
637
}
638
639
// Default-value operator (pipe)
640
template<typename T>
Callers
1
operator[]
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected