MCPcopy Create free account
hub / github.com/ElementsProject/elements / SetHex

Method SetHex

src/arith_uint256.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152template <unsigned int BITS>
153void base_uint<BITS>::SetHex(const char* psz)
154{
155 *this = UintToArith256(uint256S(psz));
156}
157
158template <unsigned int BITS>
159void base_uint<BITS>::SetHex(const std::string& str)

Callers

nothing calls this directly

Calls 2

UintToArith256Function · 0.85
uint256SFunction · 0.85

Tested by

no test coverage detected