MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / Abs

Method Abs

Int.cpp:761–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759// ------------------------------------------------
760
761void Int::Abs() {
762
763 if (IsNegative())
764 Neg();
765
766}
767
768// ------------------------------------------------
769

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected