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

Method find

perro_source/core/perro_csv/src/lib.rs:191–193  ·  view source on GitHub ↗
(&self, col: usize, key: &str)

Source from the content-addressed store, hash-verified

189 #[inline]
190 pub fn get_by_header(&self, row: usize, header: &str) -> Option<&'static str> {
191 let col = self.header_index(header)?;
192 self.get(row, col)
193 }
194
195 /// Returns a value for the first header with `header_hash`.
196 ///

Callers 15

pick_resize_handleFunction · 0.80
pick_rotation_zoneFunction · 0.80
selected_node_type_nameFunction · 0.80
root_viewport_modeFunction · 0.80
insert_panim_objectFunction · 0.80
panim_frame_has_objectFunction · 0.80
reveal_scene_keyFunction · 0.80
base_res_asset_pathFunction · 0.80
exact_picker_node_typeFunction · 0.80

Calls 2

string_to_u64Function · 0.85
find_hashMethod · 0.80