Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
bool 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
size
Method · 0.80
AtomicWriteBinary
Function · 0.70
Tested by
no test coverage detected