MCPcopy 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
688u256 IntegerType::max() const
689{
690 if (isSigned())
691 return s2u(s256(maxValue()));
692 else
693 return u256(maxValue());
694}
695
696bigint IntegerType::minValue() const
697{

Callers 5

endVisitMethod · 0.80
visitMethod · 0.80
endVisitMethod · 0.80

Calls 3

isSignedFunction · 0.85
s2uFunction · 0.85
maxValueFunction · 0.85

Tested by

no test coverage detected