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

Method get

projects/Python/proto/fbe.py:1897–1901  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1895
1896 # Get the value
1897 def get(self):
1898 if (self._buffer.offset + self.fbe_offset + self.fbe_size) > self._buffer.size:
1899 return 0, 0
1900
1901 return self.read_byte(self.fbe_offset), self.fbe_size
1902
1903 # Set the value
1904 def set(self, value):

Callers

nothing calls this directly

Calls 1

read_byteMethod · 0.45

Tested by

no test coverage detected