Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ as_bytes
Method
as_bytes
debugger/src/bytes.rs:58–60 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
56
}
57
58
pub fn as_bytes(&self) -> &[u8] {
59
&self.0
60
}
61
62
pub fn into_bytes(self) -> Vec<u8> {
63
self.0
Callers
15
run
Function · 0.80
write_unit_v
Method · 0.80
write_opaque_v
Method · 0.80
write_result
Method · 0.80
write_option
Method · 0.80
write_string
Method · 0.80
push_str
Method · 0.80
read_values
Method · 0.80
compile_rust_program
Function · 0.80
identifier
Method · 0.80
write_return_value
Function · 0.80
write_base_value
Function · 0.80
Calls
no outgoing calls
Tested by
1
generate_rust_program
Function · 0.64