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

Method push_slice

debugger/src/bytes.rs:42–44  ·  view source on GitHub ↗
(&mut self, bytes: &[u8])

Source from the content-addressed store, hash-verified

40 }
41
42 pub fn push_slice(&mut self, bytes: &[u8]) {
43 self.0.extend_from_slice(bytes);
44 }
45
46 pub fn push_string(&mut self, string: String) {
47 self.0.append(&mut string.into_bytes());

Callers 4

write_valueMethod · 0.80
identifierMethod · 0.80
blobMethod · 0.80
blob_sliceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected