Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
std::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
nameAndData
Method · 0.85
Calls
1
str
Method · 0.80
Tested by
no test coverage detected