MCPcopy Create free account
hub / github.com/argotorg/solidity / toStringInHex

Function toStringInHex

libevmasm/AssemblyItem.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42{
43
44std::string toStringInHex(u256 _value)
45{
46 std::stringstream hexStr;
47 hexStr << std::uppercase << std::hex << _value;
48 return hexStr.str();
49}
50
51}
52

Callers 1

nameAndDataMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected