Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ describe
Function
describe
fdbclient/FDBTypes.cpp:72–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
std::string describe(const std::string& s) {
73
return s;
74
}
75
76
std::string describe(UID const& item) {
77
return item.shortString();
Callers
8
createCheckpointImpl
Function · 0.70
Future<bool> checkSafeExclusions
Function · 0.70
excludeServers
Function · 0.70
Future<Void> excludeServers
Function · 0.70
excludeLocalities
Function · 0.70
Future<Void> excludeLocalities
Function · 0.70
ManagementAPI.actor.cpp
File · 0.70
SystemData.cpp
File · 0.70
Calls
1
shortString
Method · 0.80
Tested by
no test coverage detected