Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ size
Method
size
debugger/src/bytes.rs:99–101 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
97
98
impl Buffer for Bytes {
99
fn size(&self) -> usize {
100
self.0.len()
101
}
102
103
fn into_bytes(self) -> Vec<u8> {
104
self.0
Callers
2
main
Function · 0.80
write_base_value
Function · 0.80
Calls
1
len
Method · 0.45
Tested by
no test coverage detected