Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read_uint64
Method
read_uint64
python/pyfory/context.py:687–688 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
685
return
self.buffer.read_int64()
686
687
def
read_uint64(self):
688
return
self.buffer.read_uint64()
689
690
def
read_varint32(self):
691
return
self.buffer.read_varint32()
Callers
2
read
Method · 0.45
read_primitive_item
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected