MCPcopy 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
680u256 IntegerType::min() const
681{
682 if (isSigned())
683 return s2u(s256(minValue()));
684 else
685 return u256(minValue());
686}
687
688u256 IntegerType::max() const
689{

Callers 5

visitMethod · 0.45
endVisitMethod · 0.45

Calls 3

isSignedFunction · 0.85
s2uFunction · 0.85
minValueFunction · 0.85

Tested by

no test coverage detected