MCPcopy Create free account
hub / github.com/ImageOptim/libimagequant / len

Method len

src/seacow.rs:195–197  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

193
194 #[must_use]
195 pub(crate) fn len(&mut self) -> usize {
196 self.rows.borrow_mut().len()
197 }
198}

Callers 2

make_ownedMethod · 0.45
cloneMethod · 0.45

Calls 1

borrow_mutMethod · 0.80

Tested by

no test coverage detected