Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
static std::string boolToYesOrNo(bool val) {
53
return val ? std::string(
"Yes"
) : std::string(
"No"
);
54
}
55
56
static std::string versionToString(Optional<Version> version) {
57
if (version.present())
Callers
1
string> getStatus
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected