MCPcopy 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_latin1Function · 0.45
serializeMethod · 0.45
to_bytesMethod · 0.45
test_latin1Function · 0.45
test_utf8Function · 0.45
test_utf16Function · 0.45
write_struct_dataFunction · 0.45
emptyFunction · 0.45
small_msFunction · 0.45
big_msFunction · 0.45
test_bufferFunction · 0.45
test_buffer_varFunction · 0.45

Calls 1

cloneMethod · 0.45

Tested by 11

test_latin1Function · 0.36
test_utf8Function · 0.36
test_utf16Function · 0.36
write_struct_dataFunction · 0.36
emptyFunction · 0.36
small_msFunction · 0.36
big_msFunction · 0.36
test_bufferFunction · 0.36
test_buffer_varFunction · 0.36
test_var_i32Function · 0.36
test_var_u36_smallFunction · 0.36