MCPcopy Create free account
hub / github.com/ElementsProject/elements / ToString

Method ToString

src/leveldb/table/table_test.cc:553–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551 }
552
553 std::string ToString(const KVMap& data, const KVMap::const_iterator& it) {
554 if (it == data.end()) {
555 return "END";
556 } else {
557 return "'" + it->first + "->" + it->second + "'";
558 }
559 }
560
561 std::string ToString(const KVMap& data,
562 const KVMap::const_reverse_iterator& it) {

Callers 7

ReverseFunction · 0.45
AddMethod · 0.45
FinishMethod · 0.45
FinishImplMethod · 0.45
FinishImplMethod · 0.45
NewDBMethod · 0.45
TESTFunction · 0.45

Calls 5

rendMethod · 0.80
endMethod · 0.45
ValidMethod · 0.45
keyMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected