Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read_int64
Method
read_int64
python/pyfory/context.py:684–685 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
682
return
self.buffer.read_uint32()
683
684
def
read_int64(self):
685
return
self.buffer.read_int64()
686
687
def
read_uint64(self):
688
return
self.buffer.read_uint64()
Callers
10
_read_small_meta_string
Method · 0.45
_read_big_meta_string
Method · 0.45
read
Method · 0.45
read
Method · 0.45
_read_and_build_type_info
Method · 0.45
read_primitive_item
Function · 0.45
test_remote_schema_limit_rejects_extra_versions
Function · 0.45
test_exact_local_struct_typedef_populates_cache
Function · 0.45
test_stream_buffer_read
Function · 0.45
decode_typedef
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_remote_schema_limit_rejects_extra_versions
Function · 0.36
test_exact_local_struct_typedef_populates_cache
Function · 0.36
test_stream_buffer_read
Function · 0.36