| 268 | // ------------------------------------------------ |
| 269 | |
| 270 | uint32_t Int::GetInt32() { |
| 271 | return bits[0]; |
| 272 | } |
| 273 | |
| 274 | // ------------------------------------------------ |
| 275 |
nothing calls this directly
no outgoing calls
no test coverage detected