| 303 | } |
| 304 | |
| 305 | bool OHDPlatform::is_rock() const { |
| 306 | return platform_type >= 20 && platform_type < 30; |
| 307 | } |
| 308 | |
| 309 | bool OHDPlatform::is_rpi_or_x86() const { |
| 310 | return is_rpi() || platform_type == X_PLATFORM_TYPE_X86; |
no outgoing calls
no test coverage detected