MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / int2hex

Function int2hex

gui/qt/utils.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58QString int2hex(uint32_t a, uint8_t l) {
59 return QString::number(a, 16).rightJustified(l, '0', true).toUpper();
60}
61
62std::string calc_var_content_string(const calc_var_t &var) {
63 decltype(&tivars::TypeHandlers::TH_TempEqu::makeStringFromData) func;

Callers 15

getAddressStringMethod · 0.85
contextMemWidgetMethod · 0.85
autotesterRefreshCRCMethod · 0.85
disasmLineMethod · 0.85
showConfigMethod · 0.85
viewToStringMethod · 0.85
debugCommandMethod · 0.85
debugPopulateMethod · 0.85
breakModifiedMethod · 0.85
breakAddMethod · 0.85
portPopulateMethod · 0.85
portAddMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected