MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / IsLeb128Terminator

Function IsLeb128Terminator

Bcore/src/main/cpp/base/leb128.h:210–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210static 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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected