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

Method get

projects/Python/proto/test.py:739–743  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

737
738 # Get the value
739 def get(self):
740 if (self._buffer.offset + self.fbe_offset + self.fbe_size) > self._buffer.size:
741 return FlagsEmpty(), 0
742
743 return FlagsEmpty(self.read_int32(self.fbe_offset)), self.fbe_size
744
745 # Set the value
746 def set(self, value):

Callers

nothing calls this directly

Calls 2

FlagsEmptyClass · 0.70
read_int32Method · 0.45

Tested by

no test coverage detected