MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / ToString

Method ToString

src/persistence/leveldbwrapper.h:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 )
73
74 string ToString() const {
75 string str;
76 str += strprintf("key: %s, value: %s", HexStr(key), HexStr(value));
77 return str;
78 }
79
80 friend bool operator<(const CDbOpLog &log1, const CDbOpLog &log2) {
81 return log1.key < log2.key;

Callers 2

ReadMethod · 0.45
ExistsMethod · 0.45

Calls 1

HexStrFunction · 0.85

Tested by

no test coverage detected