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

Method read_double

python/pyfory/context.py:711–712  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

709 return self.buffer.read_float()
710
711 def read_double(self):
712 return self.buffer.read_double()
713
714 def read_string(self):
715 return self.buffer.read_string()

Callers 2

read_primitive_itemFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected