Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ HexStringFrom
Function
HexStringFrom
src/CppUTest/SimpleString.cpp:624–627 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
622
}
623
624
SimpleString HexStringFrom(long value)
625
{
626
return StringFromFormat(
"%lx"
, value);
627
}
628
629
SimpleString HexStringFrom(int value)
630
{
Callers
4
StringFrom
Function · 0.85
BracketsFormattedHexStringFrom
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
Calls
5
StringFromFormat
Function · 0.85
convertPointerToLongValue
Function · 0.85
convertFunctionPointerToLongValue
Function · 0.85
subString
Method · 0.80
size
Method · 0.45
Tested by
2
TEST
Function · 0.68
TEST
Function · 0.68