MCPcopy Create free account
hub / github.com/daniel-e/rustml / iter

Method iter

src/io.rs:62–62  ·  view source on GitHub ↗

Returns an iterator over the uncompressed data. TODO test

(&self)

Source from the content-addressed store, hash-verified

60
61 /// Returns an iterator over the uncompressed data. TODO test
62 pub fn iter(&self) -> Skip<Iter<u8>> { self.v.iter().skip(self.idx) }
63
64 // TODO test
65 pub fn buf(&'b self) -> &'b [u8] { &self.v.split_at(self.idx).1 }

Callers 15

sliding_window_1dFunction · 0.45
sliding_window_2dFunction · 0.45
neighboursMethod · 0.45
computeMethod · 0.45
from_high_endianMethod · 0.45
read_labelsMethod · 0.45
appendMethod · 0.45
to_fileMethod · 0.45
has_nanMethod · 0.45
similarMethod · 0.45
from_row_vectorsMethod · 0.45
valuesMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_from_iterFunction · 0.36