| 261 | // ------------------------------------------------ |
| 262 | |
| 263 | void Int::SetInt64(uint64_t value) { |
| 264 | CLEAR(); |
| 265 | bits64[0]=value; |
| 266 | } |
| 267 | |
| 268 | // ------------------------------------------------ |
| 269 |
nothing calls this directly
no outgoing calls
no test coverage detected