MCPcopy Create free account
hub / github.com/apache/fory / read_i8

Method read_i8

rust/fory-core/src/buffer.rs:641–643  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

639
640 #[inline(always)]
641 pub fn read_i8(&mut self) -> Result<i8, Error> {
642 Ok(self.read_u8()? as i8)
643 }
644
645 // ============ INT16 (TypeId = 3) ============
646

Callers 15

read_collection_dataFunction · 0.80
read_vec_dataFunction · 0.80
fory_readMethod · 0.80
read_rcFunction · 0.80
readFunction · 0.80
read_complex_arrayFunction · 0.80
read_i64_payloadFunction · 0.80
read_u64_payloadFunction · 0.80

Calls 1

read_u8Method · 0.80

Tested by

no test coverage detected