MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetHex

Method GetHex

src/uint256.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20template <unsigned int BITS>
21std::string base_blob<BITS>::GetHex() const
22{
23 return HexStr(std::reverse_iterator<const uint8_t*>(data + sizeof(data)), std::reverse_iterator<const uint8_t*>(data));
24}
25
26template <unsigned int BITS>
27void base_blob<BITS>::SetHex(const char* psz)

Callers 6

TxToUnivFunction · 0.45
rest_getutxosFunction · 0.45
OutputTxHashFunction · 0.45
SetupServerArgsFunction · 0.45
BlockNotifyCallbackFunction · 0.45

Calls 1

HexStrFunction · 0.85

Tested by

no test coverage detected