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

Method read_u8_uncheck

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

Source from the content-addressed store, hash-verified

596
597 #[inline(always)]
598 fn read_u8_uncheck(&mut self) -> u8 {
599 let result = unsafe { self.bf.get_unchecked(self.cursor) };
600 self.move_next(1);
601 *result
602 }
603
604 #[inline(always)]
605 pub fn skip(&mut self, len: usize) -> Result<(), Error> {

Callers 1

read_var_u36_smallMethod · 0.80

Calls 1

move_nextMethod · 0.80

Tested by

no test coverage detected