MCPcopy 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
624SimpleString HexStringFrom(long value)
625{
626 return StringFromFormat("%lx", value);
627}
628
629SimpleString HexStringFrom(int value)
630{

Callers 4

StringFromFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls 5

StringFromFormatFunction · 0.85
subStringMethod · 0.80
sizeMethod · 0.45

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68