Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read_i64
Method
read_i64
rust/fory-core/src/buffer.rs:670–672 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
668
669
#[inline(always)]
670
pub fn read_i64(&mut self) -> Result<i64, Error> {
671
Ok(self.read_u64()? as i64)
672
}
673
674
// ============ VARINT64 (TypeId = 7) ============
675
Callers
11
read_i64_payload
Function · 0.80
read_u64_payload
Function · 0.80
read_scalar_value
Function · 0.80
skip_value
Function · 0.80
fory_read_data
Method · 0.80
read_meta_string_bytes_with_flag
Method · 0.80
read_meta_string_bytes
Method · 0.80
read_small_meta_string_bytes_and_update
Method · 0.80
read_type_meta
Method · 0.80
from_bytes
Method · 0.80
bench_read_i64
Function · 0.80
Calls
1
read_u64
Method · 0.80
Tested by
no test coverage detected