Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/fory
/ write_var_uint64
Method
write_var_uint64
python/pyfory/context.py:441–442 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
439
self.buffer.write_varint64(value)
440
441
def
write_var_uint64(self, value):
442
self.buffer.write_var_uint64(value)
443
444
def
write_tagged_int64(self, value):
445
self.buffer.write_tagged_int64(value)
Callers
7
_write_var_uint64
Function · 0.45
write
Method · 0.45
write_python_string
Function · 0.45
write_primitive_item
Function · 0.45
test_decimal_codec_rejects_non_canonical_big_payloads
Function · 0.45
check_varuint64
Function · 0.45
test_stream_buffer_read
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_decimal_codec_rejects_non_canonical_big_payloads
Function · 0.36
check_varuint64
Function · 0.36
test_stream_buffer_read
Function · 0.36