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

Method cleanup

tests/fl/system/file_system.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64private:
65 void cleanup() {
66 // Force remove entire directory tree to handle any leftover state
67 // This ensures cleanup even if subdirectories/files exist from failed runs
68 fl::StubFileSystem::forceRemoveDirectory(mDir.c_str());
69 }
70};
71
72FL_TEST_CASE("FileSystem test with real hard drive") {

Callers

nothing calls this directly

Calls 2

forceRemoveDirectoryFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected