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

Function NumberToString

src/leveldb/util/logging.cc:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39std::string NumberToString(uint64_t num) {
40 std::string r;
41 AppendNumberTo(&r, num);
42 return r;
43}
44
45std::string EscapeString(const Slice& value) {
46 std::string r;

Callers 5

TESTFunction · 0.85
TESTFunction · 0.85
PrintContentsFunction · 0.85
NumTableFilesAtLevelMethod · 0.85

Calls 1

AppendNumberToFunction · 0.85

Tested by 5

TESTFunction · 0.68
TESTFunction · 0.68
PrintContentsFunction · 0.68
NumTableFilesAtLevelMethod · 0.68