Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
breakpoint
Method · 0.80
function_call
Method · 0.80
function_return
Method · 0.80
space
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected