Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
std::string NumberToString(uint64_t num) {
40
std::string r;
41
AppendNumberTo(&r, num);
42
return r;
43
}
44
45
std::string EscapeString(const Slice& value) {
46
std::string r;
Callers
5
TEST
Function · 0.85
ConsumeDecimalNumberRoundtripTest
Function · 0.85
TEST
Function · 0.85
PrintContents
Function · 0.85
NumTableFilesAtLevel
Method · 0.85
Calls
1
AppendNumberTo
Function · 0.85
Tested by
5
TEST
Function · 0.68
ConsumeDecimalNumberRoundtripTest
Function · 0.68
TEST
Function · 0.68
PrintContents
Function · 0.68
NumTableFilesAtLevel
Method · 0.68