Decode the dex magic version
| 448 | |
| 449 | // Decode the dex magic version |
| 450 | uint32_t GetDexVersion() const { |
| 451 | return GetHeader().GetVersion(); |
| 452 | } |
| 453 | |
| 454 | // Returns true if the byte string points to the magic value. |
| 455 | virtual bool IsMagicValid() const = 0; |
nothing calls this directly
no test coverage detected