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

Method TestRootGuard

tests/fl/system/file_system.cpp:239–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237class TestRootGuard {
238public:
239 explicit TestRootGuard(const char* root) {
240 fl::setTestFileSystemRoot(root);
241 }
242
243 ~TestRootGuard() {
244 fl::setTestFileSystemRoot(""); // Clear global state

Callers

nothing calls this directly

Calls 1

setTestFileSystemRootFunction · 0.85

Tested by

no test coverage detected