Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ AbsoluteValue
Method
AbsoluteValue
src/cryptlib/integer.cpp:1266–1271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1264
}
1265
1266
Integer Integer::AbsoluteValue() const
1267
{
1268
Integer result(*this);
1269
result.sign = POSITIVE;
1270
return result;
1271
}
1272
1273
void swap(Integer &a, Integer &b)
1274
{
Callers
1
Divide
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected