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

Method IsOdd

Int.cpp:426–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424// ------------------------------------------------
425
426bool Int::IsOdd() {
427 return (bits[0] & 0x1) == 1;
428}
429
430// ------------------------------------------------
431

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected