MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / IsNegative

Method IsNegative

src/cryptlib/integer.h:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126 ///
127 bool IsNegative() const {return sign == NEGATIVE;}
128 ///
129 bool NotNegative() const {return sign == POSITIVE;}
130 ///

Callers 3

integer.cppFile · 0.80
DivideMethod · 0.80
operator%Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected