MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / Bytes

Class Bytes

debugger/src/bytes.rs:9–9  ·  view source on GitHub ↗

Blob of Bytes. Right now it is backed by a `Vec `. But if this becomes a bottleneck we should back it with a custom allocator.

Source from the content-addressed store, hash-verified

7///
8/// But if this becomes a bottleneck we should back it with a custom allocator.
9pub struct Bytes(Vec<u8>);
10
11impl Default for Bytes {
12 fn default() -> Self {

Callers 1

next_tokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected