MCPcopy 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_payloadFunction · 0.80
read_u64_payloadFunction · 0.80
read_scalar_valueFunction · 0.80
skip_valueFunction · 0.80
fory_read_dataMethod · 0.80
read_type_metaMethod · 0.80
from_bytesMethod · 0.80
bench_read_i64Function · 0.80

Calls 1

read_u64Method · 0.80

Tested by

no test coverage detected