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

Method ~FilebufTestGuard

tests/fl/stl/detail/file_handle.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 fl::StubFileSystem::createDirectory(mDir);
15 }
16 ~FilebufTestGuard() {
17 fl::StubFileSystem::forceRemoveDirectory(mDir);
18 }
19 fl::string filePath(const char* name) const {
20 fl::string p = mDir;
21 p.append("/");

Callers

nothing calls this directly

Calls 1

forceRemoveDirectoryFunction · 0.85

Tested by

no test coverage detected