MCPcopy Create free account
hub / github.com/PerroEngine/Perro / row

Method row

perro_source/core/perro_csv/src/lib.rs:140–142  ·  view source on GitHub ↗
(&self, row: usize)

Source from the content-addressed store, hash-verified

138 pub fn is_empty(&self) -> bool {
139 self.rows.is_empty()
140 }
141
142 #[inline]
143 pub fn row_count(&self) -> usize {
144 self.rows.len()
145 }

Callers 2

predicate_matchesMethod · 0.45
nextMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected