Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ push_string
Method
push_string
debugger/src/bytes.rs:46–48 ·
view source on GitHub ↗
(&mut self, string: String)
Source
from the content-addressed store, hash-verified
44
}
45
46
pub fn push_string(&mut self, string: String) {
47
self.0.append(&mut string.into_bytes());
48
}
49
50
pub fn push_str(&mut self, str: &str) {
51
self.0.extend_from_slice(str.as_bytes());
Callers
1
integer
Method · 0.80
Calls
1
into_bytes
Method · 0.80
Tested by
no test coverage detected