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

Method keyText

fdbrpc/include/fdbrpc/Replication.h:351–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349 }
350
351 std::string keyText(AttribKey indexKey) const { return _keymap->lookupString(indexKey._id); }
352 std::string keyText(Optional<AttribKey> indexKey) const {
353 return (indexKey.present()) ? keyText(AttribKey(indexKey.get()._id)) : "<undefined>";
354 }

Callers 2

LocalitySetClass · 0.80

Calls 4

AttribKeyClass · 0.85
lookupStringMethod · 0.80
getMethod · 0.65
presentMethod · 0.45

Tested by

no test coverage detected