Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ writeFile
Function
writeFile
flow/Platform.actor.cpp:2999–3001 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2997
}
2998
2999
void writeFile(std::string const& filename, std::string const& content) {
3000
writeFileBytes(filename, (const uint8_t*)(content.c_str()), content.size());
3001
}
3002
3003
namespace platform {
3004
Callers
7
KillType> simulatedFDBDRebooter
Method · 0.85
Future<Void> simulatedMachine
Function · 0.85
setupAndRun
Function · 0.85
writeLogFile
Method · 0.85
writeTaggedLogFile
Method · 0.85
writeRangeFile
Method · 0.85
writeFile
Method · 0.85
Calls
3
writeFileBytes
Function · 0.85
c_str
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected