MCPcopy 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
98impl 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

mainFunction · 0.80
write_base_valueFunction · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected