Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
std::string EscapeString(const Slice& value) {
46
std::string r;
47
AppendEscapedStringTo(&r, value);
48
return r;
49
}
50
51
bool ConsumeDecimalNumber(Slice* in, uint64_t* val) {
52
// Constants that will be optimized away.
Callers
7
TEST
Function · 0.85
TestRandomAccess
Method · 0.85
DumpInternalIter
Function · 0.85
ToNumber
Method · 0.85
CompareIterators
Function · 0.85
ScanTable
Method · 0.85
DebugString
Method · 0.85
Calls
1
AppendEscapedStringTo
Function · 0.85
Tested by
4
TEST
Function · 0.68
TestRandomAccess
Method · 0.68
ToNumber
Method · 0.68
CompareIterators
Function · 0.68