Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_sse
Function · 0.45
is_latin_avx
Function · 0.45
read_big_meta_string_bytes_and_update
Method · 0.45
new
Method · 0.45
skip_bytes_for_validated_header
Method · 0.45
Calls
4
len
Method · 0.80
check_bound
Method · 0.80
move_next
Method · 0.80
resize
Method · 0.45
Tested by
no test coverage detected