MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / ByteToHexStr

Function ByteToHexStr

source/StrFormat.h:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57inline std::string ByteToHexStr(uint8_t n)
58{
59 std::string s;
60 StrAppendByteAsHex(s, n);
61 return s;
62}
63
64inline std::string WordToHexStr(uint16_t n)
65{

Callers 12

SSI_OutputFunction · 0.85
MemLoadSnapshotAuxCommonFunction · 0.85
LoadSnapshotMethod · 0.85
DrawFlagsFunction · 0.85
DrawRegisterFunction · 0.85
_DrawSoftSwitchAddressFunction · 0.85
DrawTargetsFunction · 0.85
DrawWatchesFunction · 0.85
DrawZeroPagePointersFunction · 0.85
GetDisassemblyLineFunction · 0.85
ProfileFormatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected