MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / AtomicWriteText

Function AtomicWriteText

src/platform/linux/file_util.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45bool AtomicWriteText(const std::string& path, const std::string& content) {
46 return AtomicWriteBinary(path, content.data(), content.size());
47}
48
49} // namespace FileUtil

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
AtomicWriteBinaryFunction · 0.70

Tested by

no test coverage detected