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

Method push_byte

debugger/src/bytes.rs:34–36  ·  view source on GitHub ↗
(&mut self, byte: u8)

Source from the content-addressed store, hash-verified

32 }
33
34 pub fn push_byte(&mut self, byte: u8) {
35 self.0.push(byte);
36 }
37
38 pub fn push_bytes(&mut self, mut bytes: Self) {
39 self.0.append(&mut bytes.0);

Callers 4

breakpointMethod · 0.80
function_callMethod · 0.80
function_returnMethod · 0.80
spaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected