Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/fory
/ write_int64
Method
write_int64
python/pyfory/context.py:426–427 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
424
self.buffer.write_uint32(value)
425
426
def
write_int64(self, value):
427
self.buffer.write_int64(value)
428
429
def
write_uint64(self, value):
430
self.buffer.write_uint64(value)
Callers
13
write_encoded_meta_string
Method · 0.45
write
Method · 0.45
write
Method · 0.45
write_primitive_item
Function · 0.45
test_decode_typedef_rejects_compressed_xlang_metadata
Function · 0.45
test_buffer
Function · 0.45
test_stream_buffer_read
Function · 0.45
test_read_big_metastring_rejects_noncanonical_hash
Function · 0.45
test_cached_big_metastring_validates_bytes_before_reuse
Function · 0.45
test_cython_cached_big_metastring_validates_bytes_before_reuse
Function · 0.45
prepend_header
Function · 0.45
decode_typedef
Function · 0.45
Calls
no outgoing calls
Tested by
6
test_decode_typedef_rejects_compressed_xlang_metadata
Function · 0.36
test_buffer
Function · 0.36
test_stream_buffer_read
Function · 0.36
test_read_big_metastring_rejects_noncanonical_hash
Function · 0.36
test_cached_big_metastring_validates_bytes_before_reuse
Function · 0.36
test_cython_cached_big_metastring_validates_bytes_before_reuse
Function · 0.36