MCPcopy 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
72std::string describe(const std::string& s) {
73 return s;
74}
75
76std::string describe(UID const& item) {
77 return item.shortString();

Callers 8

createCheckpointImplFunction · 0.70
excludeServersFunction · 0.70
excludeLocalitiesFunction · 0.70
SystemData.cppFile · 0.70

Calls 1

shortStringMethod · 0.80

Tested by

no test coverage detected