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

Method get

debugger/src/bytes.rs:26–28  ·  view source on GitHub ↗
(&self, i: usize)

Source from the content-addressed store, hash-verified

24 }
25
26 pub fn get(&self, i: usize) -> u8 {
27 self.0[i]
28 }
29
30 pub fn slice(&self, p: usize, q: usize) -> &[u8] {
31 &self.0[p..q]

Callers 15

read_fromMethod · 0.45
ref_vMethod · 0.45
next_tokenMethod · 0.45
next_charMethod · 0.45
liftMethod · 0.45
config_usizeFunction · 0.45
config_boolFunction · 0.45
config_stringFunction · 0.45
get_layout_ofFunction · 0.45
p_alloc_envMethod · 0.45
allocated_atMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36