MCPcopy 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
91bool StringInterner::empty() const {
92 return mEntries.empty();
93}
94
95void StringInterner::clear() {
96 mEntries.clear();

Callers 1

internMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected