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

Method iter

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

Source from the content-addressed store, hash-verified

913 col,
914 values,
915 hashes,
916 } => {
917 let Some(cell) = self.table.row(row_idx).and_then(|row| row.cells.get(*col)) else {
918 return false;
919 };
920 hashes
921 .iter()
922 .zip(values)
923 .any(|(hash, value)| cell.hash == *hash && value.as_str() == cell.text)

Callers 15

poll_project_diffsFunction · 0.45
add_preview_node_gizmosFunction · 0.45
preview_doc_orderFunction · 0.45
push_doc_orderFunction · 0.45
pick_doc_ui_nodeFunction · 0.45
pick_doc_ui_node_innerFunction · 0.45
scene_fieldFunction · 0.45
selected_node_type_nameFunction · 0.45
has_3dFunction · 0.45
has_2dFunction · 0.45

Calls

no outgoing calls