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

Function boolToYesOrNo

fdbclient/FileBackupAgent.actor.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50//#define SevFRTestInfo SevInfo
51
52static std::string boolToYesOrNo(bool val) {
53 return val ? std::string("Yes") : std::string("No");
54}
55
56static std::string versionToString(Optional<Version> version) {
57 if (version.present())

Callers 1

string> getStatusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected