Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ min
Method
min
libsolidity/ast/Types.cpp:680–686 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
678
}
679
680
u256 IntegerType::min() const
681
{
682
if (isSigned())
683
return s2u(s256(minValue()));
684
else
685
return u256(minValue());
686
}
687
688
u256 IntegerType::max() const
689
{
Callers
5
overflowCheckedIntExpFunction
Method · 0.45
decrementCheckedFunction
Method · 0.45
negateNumberCheckedFunction
Method · 0.45
visit
Method · 0.45
endVisit
Method · 0.45
Calls
3
isSigned
Function · 0.85
s2u
Function · 0.85
minValue
Function · 0.85
Tested by
no test coverage detected