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

Function EscapeString

src/leveldb/util/logging.cc:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45std::string EscapeString(const Slice& value) {
46 std::string r;
47 AppendEscapedStringTo(&r, value);
48 return r;
49}
50
51bool ConsumeDecimalNumber(Slice* in, uint64_t* val) {
52 // Constants that will be optimized away.

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