MCPcopy Create free account
hub / github.com/FastLED/FastLED / ~TestDirGuard

Method ~TestDirGuard

tests/fl/system/file_system.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 ~TestDirGuard() {
52 cleanup();
53 fl::setTestFileSystemRoot(""); // Clear global state
54 }
55
56 void addFile(const fl::string& path) {
57 mFiles.push_back(path);

Callers

nothing calls this directly

Calls 1

setTestFileSystemRootFunction · 0.85

Tested by

no test coverage detected