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

Method get

projects/Python/proto/protoex.py:103–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

101
102 # Get the value
103 def get(self):
104 if (self._buffer.offset + self.fbe_offset + self.fbe_size) > self._buffer.size:
105 return OrderSide(), 0
106
107 return OrderSide(self.read_byte(self.fbe_offset)), self.fbe_size
108
109 # Set the value
110 def set(self, value):

Callers

nothing calls this directly

Calls 2

OrderSideClass · 0.70
read_byteMethod · 0.45

Tested by

no test coverage detected