Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ size
Method
size
src/fl/stl/string_interner.cpp.hpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
fl::size StringInterner::size() const {
88
return mEntries.size();
89
}
90
91
bool StringInterner::empty() const {
92
return mEntries.empty();
Callers
1
intern
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected