| 208 | } |
| 209 | |
| 210 | static inline bool IsLeb128Terminator(const uint8_t* ptr) { |
| 211 | return *ptr <= 0x7f; |
| 212 | } |
| 213 | |
| 214 | // Returns the first byte of a Leb128 value assuming that: |
| 215 | // (1) `end_ptr` points to the first byte after the Leb128 value, and |
no outgoing calls
no test coverage detected