FastLED 3.9.15
Loading...
Searching...
No Matches

◆ markFullyTraversed()

void fl::test::TestContext::markFullyTraversed ( fl::u32 hash)
private

Definition at line 436 of file fltest.cpp.hpp.

436 {
437 if (!isFullyTraversed(hash)) {
438 mFullyTraversedHashes.push_back(hash);
439 }
440}
fl::vector< fl::u32 > mFullyTraversedHashes
Definition fltest.h:254
bool isFullyTraversed(fl::u32 hash) const FL_NOEXCEPT

References FL_NOEXCEPT, isFullyTraversed(), and mFullyTraversedHashes.

Referenced by exitSubcase().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: