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

Method Subcase

src/fl/test/fltest.cpp.hpp:446–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444// =============================================================================
445
446Subcase::Subcase(const char* name, const char* file, int line) FL_NOEXCEPT
447 : mSignature{name, file, line}
448 , mEntered(false) {
449 mEntered = TestContext::instance().enterSubcase(mSignature);
450}
451
452Subcase::~Subcase() FL_NOEXCEPT {
453 if (mEntered) {

Callers

nothing calls this directly

Calls 1

enterSubcaseMethod · 0.80

Tested by

no test coverage detected