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

Method valueText

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

Source from the content-addressed store, hash-verified

363 }
364
365 std::string valueText(AttribValue indexValue) const { return getGroupValueMap()->lookupString(indexValue._id); }
366 std::string valueText(Optional<AttribValue> indexValue) const {
367 return (indexValue.present()) ? valueText(AttribValue(indexValue.get()._id)) : "<undefined>";
368 }

Callers 2

randomAcrossPolicyFunction · 0.80

Calls 4

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

Tested by

no test coverage detected