MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / read_uint8

Method read_uint8

projects/Python/proto/fbe.py:373–374  ·  view source on GitHub ↗
(self, offset)

Source from the content-addressed store, hash-verified

371 return struct.unpack_from("<b", self._buffer.buffer, self._buffer.offset + offset)[0]
372
373 def read_uint8(self, offset):
374 return struct.unpack_from("<B", self._buffer.buffer, self._buffer.offset + offset)[0]
375
376 def read_int16(self, offset):
377 return struct.unpack_from("<h", self._buffer.buffer, self._buffer.offset + offset)[0]

Callers 12

getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
has_valueMethod · 0.45
verifyMethod · 0.45
getMethod · 0.45
has_valueMethod · 0.45
verifyMethod · 0.45

Calls

no outgoing calls

Tested by 2

getMethod · 0.36
getMethod · 0.36