MCPcopy Create free account
hub / github.com/FastLED/FastLED / operator==

Method operator==

src/fl/test/fltest.h:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 int mLine;
137
138 bool operator==(const SubcaseSignature& other) const FL_NOEXCEPT {
139 return mLine == other.mLine &&
140 fl::strcmp(mFile, other.mFile) == 0 &&
141 fl::strcmp(mName, other.mName) == 0;
142 }
143
144 bool operator!=(const SubcaseSignature& other) const FL_NOEXCEPT {
145 return !(*this == other);

Callers

nothing calls this directly

Calls 1

strcmpFunction · 0.85

Tested by

no test coverage detected