Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ header_index_hash
Method
header_index_hash
perro_source/core/perro_csv/src/lib.rs:150–152 ·
view source on GitHub ↗
(&self, name_hash: u64)
Source
from the content-addressed store, hash-verified
148
pub fn col_count(&self) -> usize {
149
self.headers.len()
150
}
151
152
#[inline]
153
pub fn headers(&self) -> &'static [CsvCell] {
154
self.headers
155
}
Callers
3
header_index
Method · 0.80
get_by_header_hash
Method · 0.80
select_hashes
Method · 0.80
Calls
2
position
Method · 0.45
iter
Method · 0.45
Tested by
no test coverage detected