Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/fory
/ write_uint8
Method
write_uint8
python/pyfory/context.py:411–412 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
409
self.buffer.write_int8(value)
410
411
def
write_uint8(self, value):
412
self.buffer.write_uint8(value)
413
414
def
write_int16(self, value):
415
self.buffer.write_int16(value)
Callers
11
write_non_ref
Method · 0.45
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
write_type_info
Method · 0.45
write_primitive_item
Function · 0.45
_read_remote_typedef
Function · 0.45
write
Method · 0.45
encode_typedef
Function · 0.45
write_meta_string
Function · 0.45
write_field_info
Function · 0.45
Calls
no outgoing calls
Tested by
1
_read_remote_typedef
Function · 0.36