MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / TestFile

Method TestFile

Tests/TactilityCore/Source/TestFile.h:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15public:
16
17 TestFile(const char* path, bool autoClean = true) : path(path), autoClean(autoClean) {
18 if (autoClean && exists()) {
19 remove();
20 }
21 }
22
23 ~TestFile() {
24 if (autoClean && exists()) {

Callers

nothing calls this directly

Calls 1

removeFunction · 0.50

Tested by

no test coverage detected