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

Method skip

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

Source from the content-addressed store, hash-verified

66
67 #[inline(always)]
68 pub fn skip(&mut self, len: usize) {
69 self.bf.resize(self.bf.len() + len, 0);
70 }
71
72 #[inline(always)]
73 pub fn set_bytes(&mut self, offset: usize, data: &[u8]) {

Callers 5

is_latin_sseFunction · 0.45
is_latin_avxFunction · 0.45
newMethod · 0.45

Calls 4

lenMethod · 0.80
check_boundMethod · 0.80
move_nextMethod · 0.80
resizeMethod · 0.45

Tested by

no test coverage detected