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