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

Method set

perro_source/core/perro_csv/src/lib.rs:351–360  ·  view source on GitHub ↗
(&mut self, row: usize, col: usize, value: impl Into<String>)

Source from the content-addressed store, hash-verified

349 .map(|cell| cell.text.to_string())
350 .collect();
351 let rows = table
352 .rows
353 .iter()
354 .map(|row| row.cells.iter().map(|cell| cell.text.to_string()).collect())
355 .collect();
356 Self { headers, rows }
357 }
358
359 #[inline]
360 pub fn row_count(&self) -> usize {
361 self.rows.len()
362 }
363

Callers 13

set_by_headerMethod · 0.45
unlock_manyFunction · 0.45
query_node_mesh_dataMethod · 0.45
collect_body_descs_2dMethod · 0.45
collect_body_descs_3dMethod · 0.45
fetchShellDocFunction · 0.45
__wbg_get_importsFunction · 0.45
passStringToWasm0Function · 0.45
app.jsFile · 0.45
fetchShellDocFunction · 0.45
__wbg_get_importsFunction · 0.45
passStringToWasm0Function · 0.45

Calls 1

get_mutMethod · 0.45

Tested by

no test coverage detected