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

Method slice

debugger/src/bytes.rs:30–32  ·  view source on GitHub ↗
(&self, p: usize, q: usize)

Source from the content-addressed store, hash-verified

28 }
29
30 pub fn slice(&self, p: usize, q: usize) -> &[u8] {
31 &self.0[p..q]
32 }
33
34 pub fn push_byte(&mut self, byte: u8) {
35 self.0.push(byte);

Callers 1

next_tokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected