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

Method move_next

rust/fory-core/src/buffer.rs:539–541  ·  view source on GitHub ↗
(&mut self, additional: usize)

Source from the content-addressed store, hash-verified

537
538 #[inline(always)]
539 pub(crate) fn move_next(&mut self, additional: usize) {
540 self.cursor += additional;
541 }
542
543 #[inline(always)]
544 pub(crate) fn move_back(&mut self, additional: usize) {

Callers 15

read_u8_uncheckMethod · 0.80
skipMethod · 0.80
read_bytesMethod · 0.80
read_u8Method · 0.80
read_var_u32Method · 0.80
read_var_u64Method · 0.80
read_latin1_stringMethod · 0.80
read_utf8_stringMethod · 0.80
read_utf16_stringMethod · 0.80
skip_bytesFunction · 0.80
read_latin1_standardFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected