(&self)
| 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`. |
no outgoing calls