MCPcopy Create free account
hub / github.com/FastLED/FastLED / contains

Method contains

src/fl/stl/string_interner.cpp.hpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78bool StringInterner::contains(const string_view& sv) const {
79 return mEntries.find(sv) != mEntries.end();
80}
81
82bool StringInterner::contains(const char* str) const {
83 if (!str) return false;

Callers

nothing calls this directly

Calls 4

containsFunction · 0.85
string_viewClass · 0.70
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected