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

Method col_count

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

Source from the content-addressed store, hash-verified

123 query_indexes: OnceLock::new(),
124 }
125 }
126
127 pub const fn empty() -> Self {
128 Self {
129 headers: &[],
130 rows: &[],

Callers 1

runMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected