MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / len

Method len

hail-fuzz/src/i2s/colorization.rs:229–231  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

227
228impl Range {
229 pub fn len(self) -> u32 {
230 self.end - self.start
231 }
232
233 pub fn get<'a>(&self, data: &'a MultiStream) -> &'a [u8] {
234 &data.streams.get(&self.stream).unwrap().bytes[self.start as usize..self.end as usize]

Callers 7

next_rangeMethod · 0.45
startMethod · 0.45
fuzz_oneMethod · 0.45
endMethod · 0.45
cmpMethod · 0.45
eqMethod · 0.45
partial_cmpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected