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

Method writeData

Tests/TactilityCore/Source/TestFile.h:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 const char* getPath() const { return path; }
30
31 void writeData(const char* data) const {
32 CHECK_EQ(tt::file::writeString(path, data), true);
33 }
34
35 bool exists() const {
36 return access(path, F_OK) == 0;

Callers 1

Calls 1

writeStringFunction · 0.85

Tested by

no test coverage detected