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

Method operator-

src/cryptlib/integer.cpp:1259–1264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1257}
1258
1259Integer Integer::operator-() const
1260{
1261 Integer result(*this);
1262 result.Negate();
1263 return result;
1264}
1265
1266Integer Integer::AbsoluteValue() const
1267{

Callers

nothing calls this directly

Calls 1

NegateMethod · 0.80

Tested by

no test coverage detected