MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / push_bytes

Method push_bytes

debugger/src/bytes.rs:38–40  ·  view source on GitHub ↗
(&mut self, mut bytes: Self)

Source from the content-addressed store, hash-verified

36 }
37
38 pub fn push_bytes(&mut self, mut bytes: Self) {
39 self.0.append(&mut bytes.0);
40 }
41
42 pub fn push_slice(&mut self, bytes: &[u8]) {
43 self.0.extend_from_slice(bytes);

Callers 10

write_inner_valueMethod · 0.80
write_valueMethod · 0.80
write_stringMethod · 0.80
blobMethod · 0.80
arr_vMethod · 0.80
struct_vMethod · 0.80
emit_envMethod · 0.80
union_vMethod · 0.80
vector_vMethod · 0.80
slice_vMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected