Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
std::string EscapeString(const Slice& value) {
43
std::string r;
44
AppendEscapedStringTo(&r, value);
45
return r;
46
}
47
48
bool ConsumeDecimalNumber(Slice* in, uint64_t* val) {
49
uint64_t v = 0;
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