MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / EscapeString

Function EscapeString

src/leveldb/util/logging.cc:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42std::string EscapeString(const Slice& value) {
43 std::string r;
44 AppendEscapedStringTo(&r, value);
45 return r;
46}
47
48bool ConsumeDecimalNumber(Slice* in, uint64_t* val) {
49 uint64_t v = 0;

Callers 7

TESTFunction · 0.85
TestRandomAccessMethod · 0.85
DumpInternalIterFunction · 0.85
ToNumberMethod · 0.85
CompareIteratorsFunction · 0.85
ScanTableMethod · 0.85
DebugStringMethod · 0.85

Calls 1

AppendEscapedStringToFunction · 0.85

Tested by 4

TESTFunction · 0.68
TestRandomAccessMethod · 0.68
ToNumberMethod · 0.68
CompareIteratorsFunction · 0.68