Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ dump
Method
dump
rust/fory-core/src/buffer.rs:41–43 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
39
40
#[inline(always)]
41
pub fn dump(&self) -> Vec<u8> {
42
self.bf.clone()
43
}
44
45
#[inline(always)]
46
pub fn reset(&mut self) {
Callers
14
benchmark_read_latin1
Function · 0.45
serialize
Method · 0.45
to_bytes
Method · 0.45
test_latin1
Function · 0.45
test_utf8
Function · 0.45
test_utf16
Function · 0.45
write_struct_data
Function · 0.45
empty
Function · 0.45
small_ms
Function · 0.45
big_ms
Function · 0.45
test_buffer
Function · 0.45
test_buffer_var
Function · 0.45
Calls
1
clone
Method · 0.45
Tested by
11
test_latin1
Function · 0.36
test_utf8
Function · 0.36
test_utf16
Function · 0.36
write_struct_data
Function · 0.36
empty
Function · 0.36
small_ms
Function · 0.36
big_ms
Function · 0.36
test_buffer
Function · 0.36
test_buffer_var
Function · 0.36
test_var_i32
Function · 0.36
test_var_u36_small
Function · 0.36