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

Method to_text

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

Source from the content-addressed store, hash-verified

389 .map(String::as_str)
390 }
391
392 pub fn header_index(&self, name: &str) -> Option<usize> {
393 self.headers.iter().position(|header| header == name)
394 }
395
396 pub fn get_by_header(&self, row: usize, header: &str) -> Option<&str> {
397 let col = self.header_index(header)?;

Callers 7

reload_scene_pathFunction · 0.45
save_all_scenesFunction · 0.45
set_state_scene_docFunction · 0.45

Calls 1

to_bytesMethod · 0.80

Tested by 1