| 424 | // ------------------------------------------------ |
| 425 | |
| 426 | bool Int::IsOdd() { |
| 427 | return (bits[0] & 0x1) == 1; |
| 428 | } |
| 429 | |
| 430 | // ------------------------------------------------ |
| 431 |
nothing calls this directly
no outgoing calls
no test coverage detected