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

Method write_bool

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

Source from the content-addressed store, hash-verified

403 output_stream.force_flush()
404
405 def write_bool(self, value):
406 self.buffer.write_bool(value)
407
408 def write_int8(self, value):
409 self.buffer.write_int8(value)

Callers 7

write_non_refMethod · 0.45
write_buffer_objectMethod · 0.45
_serialize_functionMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
test_bufferFunction · 0.45
test_bufferFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_bufferFunction · 0.36
test_bufferFunction · 0.36