| 397 | // ------------------------------------------------ |
| 398 | |
| 399 | bool Int::IsPositive() { |
| 400 | return (int64_t)(bits64[NB64BLOCK - 1])>=0; |
| 401 | } |
| 402 | |
| 403 | // ------------------------------------------------ |
| 404 |
no outgoing calls
no test coverage detected