MCPcopy Index your code
hub / github.com/apache/fory / write_double

Method write_double

python/pyfory/context.py:453–454  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

451 self.buffer.write_float(value)
452
453 def write_double(self, value):
454 self.buffer.write_double(value)
455
456 def write_string(self, value):
457 self.buffer.write_string(value)

Callers 3

write_non_refMethod · 0.45
write_primitive_itemFunction · 0.45
test_bufferFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_bufferFunction · 0.36