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

Method next

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

Source from the content-addressed store, hash-verified

929 if self
930 .filters
931 .iter()
932 .any(|filter| filter.logic == CsvLogic::Or)
933 {
934 return None;
935 }
936
937 let seed = self.filters.iter().find_map(|filter| {
938 if filter.logic != CsvLogic::And {

Callers 15

sanitize_panim_identFunction · 0.45
sig_pathFunction · 0.45
title_case_labelFunction · 0.45
file_base_nameFunction · 0.45
sanitize_node_nameFunction · 0.45
matrix_kind_shapeFunction · 0.45
parse_struct_headerFunction · 0.45
parse_script_schemaFunction · 0.45
parse_enum_headerFunction · 0.45
parse_generic_paramsFunction · 0.45
collect_enum_bodyFunction · 0.45
parse_enum_variant_entryFunction · 0.45

Calls 1

rowMethod · 0.45

Tested by 14

matrix_kind_shapeFunction · 0.36
parse_struct_headerFunction · 0.36
parse_script_schemaFunction · 0.36
parse_enum_headerFunction · 0.36
parse_generic_paramsFunction · 0.36
collect_enum_bodyFunction · 0.36
parse_enum_variant_entryFunction · 0.36
parse_default_valueFunction · 0.36
type_name_and_argsFunction · 0.36
module_name_from_relFunction · 0.36
last_type_segmentFunction · 0.36
strip_line_commentFunction · 0.36