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

Method get

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

Source from the content-addressed store, hash-verified

2168
2169 # Get the value
2170 def get(self):
2171 if (self._buffer.offset + self.fbe_offset + self.fbe_size) > self._buffer.size:
2172 return 0, 0
2173
2174 return self.read_int32(self.fbe_offset), self.fbe_size
2175
2176 # Set the value
2177 def set(self, value):

Callers

nothing calls this directly

Calls 1

read_int32Method · 0.45

Tested by

no test coverage detected