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

Method len

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

Returns the length of the uncomressed data.

(&self)

Source from the content-addressed store, hash-verified

57
58 /// Returns the length of the uncomressed data.
59 pub fn len(&self) -> usize { self.v.len() }
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) }

Callers 15

mul_vec_minus_vecMethod · 0.45
mul_dgemvMethod · 0.45
computeMethod · 0.45
to_1dMethod · 0.45
to_2dMethod · 0.45
sliding_windowFunction · 0.45
nextMethod · 0.45
matrixMethod · 0.45
d_axpyFunction · 0.45
d_gemvFunction · 0.45
d_nrm2Function · 0.45
s_axpyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected