MCPcopy 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
87fl::size StringInterner::size() const {
88 return mEntries.size();
89}
90
91bool StringInterner::empty() const {
92 return mEntries.empty();

Callers 1

internMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected