MCPcopy Create free account
hub / github.com/apple/foundationdb / deletedFile

Function deletedFile

flow/Platform.actor.cpp:2359–2362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2357}
2358
2359static bool deletedFile() {
2360 INJECT_FAULT(platform_error, "deleteFile"); // delete file failed
2361 return true;
2362}
2363
2364bool deleteFile(std::string const& filename) {
2365 INJECT_FAULT(platform_error, "deleteFile"); // file deletion failed

Callers 1

deleteFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected