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

Method needsReentry

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

Source from the content-addressed store, hash-verified

210 bool enterSubcase(const SubcaseSignature& sig) FL_NOEXCEPT;
211 void exitSubcase(const SubcaseSignature& sig) FL_NOEXCEPT;
212 bool needsReentry() const FL_NOEXCEPT { return !mNextSubcaseStack.empty(); }
213
214 // Assertion handling
215 void reportAssert(const AssertResult& result) FL_NOEXCEPT;

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected