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

Method read_u8

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

Source from the content-addressed store, hash-verified

712
713 #[inline(always)]
714 pub fn read_u8(&mut self) -> Result<u8, Error> {
715 let result = self.value_at(self.cursor)?;
716 self.move_next(1);
717 Ok(result)
718 }
719
720 // ============ UINT16 (TypeId = 10) ============
721

Callers 15

read_boolMethod · 0.80
read_i8Method · 0.80
read_headMethod · 0.80
read_any_type_infoMethod · 0.80
read_type_info_fastFunction · 0.80
read_collection_dataFunction · 0.80
read_vec_dataFunction · 0.80
read_vec_data_dyn_refFunction · 0.80

Calls 2

move_nextMethod · 0.80
value_atMethod · 0.45

Tested by

no test coverage detected