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

Method rows

perro_source/core/perro_csv/src/lib.rs:135–137  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

133 query_indexes: OnceLock::new(),
134 }
135 }
136
137 #[inline]
138 pub fn is_empty(&self) -> bool {
139 self.rows.is_empty()
140 }

Callers 4

matrix_to_f32_valuesFunction · 0.45
matrix_to_variant_arrayFunction · 0.45
read_localization_csvFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected