MCPcopy Create free account
hub / github.com/apache/fory / read_int8

Method read_int8

python/pyfory/tests/test_policy.py:56–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54 self._values = iter(values)
55
56 def read_int8(self):
57 return next(self._values)
58
59 def read_bool(self):
60 return next(self._values)

Callers 3

read_primitive_itemFunction · 0.45
test_write_varint32Function · 0.45
test_write_var_uint64Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected