Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
public:
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
remove
Function · 0.50
Tested by
no test coverage detected