Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_sb_value_renamed
Method · 0.80
write_value
Method · 0.80
write_string
Method · 0.80
identifier
Method · 0.80
blob
Method · 0.80
blob_slice
Method · 0.80
prim_v
Method · 0.80
bytes_v
Method · 0.80
arr_v
Method · 0.80
ref_v
Method · 0.80
struct_v
Method · 0.80
enumerate_v
Method · 0.80
Calls
1
as_bytes
Method · 0.80
Tested by
no test coverage detected