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

Method to_buf

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

Source from the content-addressed store, hash-verified

198 /// original header text is available.
199 #[inline]
200 pub fn get_by_header_hash(&self, row: usize, header_hash: u64) -> Option<&'static str> {
201 let col = self.header_index_hash(header_hash)?;
202 self.get(row, col)
203 }
204
205 /// Returns the first primary row with `key_hash`.

Callers 1

csv_promotes_to_bufFunction · 0.45

Calls

no outgoing calls

Tested by 1

csv_promotes_to_bufFunction · 0.36