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

Method toHexString

fdbserver/VersionedBTree.actor.cpp:4178–4178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4176 std::string toString() const { return format("%s%s", a.toString().c_str(), b.toString().c_str()); }
4177
4178 std::string toHexString() const { return format("%s%s", a.toHexString().c_str(), b.toHexString().c_str()); }
4179
4180 struct const_iterator {
4181 const uint8_t* ptr;

Calls 2

formatFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected