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

Method push_str

debugger/src/bytes.rs:50–52  ·  view source on GitHub ↗
(&mut self, str: &str)

Source from the content-addressed store, hash-verified

48 }
49
50 pub fn push_str(&mut self, str: &str) {
51 self.0.extend_from_slice(str.as_bytes());
52 }
53
54 pub fn clear(&mut self) {
55 self.0.clear();

Callers 15

write_valueMethod · 0.80
write_stringMethod · 0.80
identifierMethod · 0.80
blobMethod · 0.80
blob_sliceMethod · 0.80
prim_vMethod · 0.80
bytes_vMethod · 0.80
arr_vMethod · 0.80
ref_vMethod · 0.80
struct_vMethod · 0.80
enumerate_vMethod · 0.80

Calls 1

as_bytesMethod · 0.80

Tested by

no test coverage detected