Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_values
Function · 0.45
matrix_to_variant_array
Function · 0.45
generate_static_localizations
Function · 0.45
read_localization_csv
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected