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

Method markFullyTraversed

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

Source from the content-addressed store, hash-verified

434}
435
436void TestContext::markFullyTraversed(fl::u32 hash) FL_NOEXCEPT {
437 if (!isFullyTraversed(hash)) {
438 mFullyTraversedHashes.push_back(hash);
439 }
440}
441
442// =============================================================================
443// Subcase implementation

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected