Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ max
Method
max
libsolidity/ast/Types.cpp:688–694 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
686
}
687
688
u256 IntegerType::max() const
689
{
690
if (isSigned())
691
return s2u(s256(maxValue()));
692
else
693
return u256(maxValue());
694
}
695
696
bigint IntegerType::minValue() const
697
{
Callers
5
endVisit
Method · 0.80
overflowCheckedIntExpFunction
Method · 0.80
incrementCheckedFunction
Method · 0.80
visit
Method · 0.80
endVisit
Method · 0.80
Calls
3
isSigned
Function · 0.85
s2u
Function · 0.85
maxValue
Function · 0.85
Tested by
no test coverage detected