Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ident
Function · 0.45
sig_path
Function · 0.45
title_case_label
Function · 0.45
file_base_name
Function · 0.45
sanitize_node_name
Function · 0.45
matrix_kind_shape
Function · 0.45
parse_struct_header
Function · 0.45
parse_script_schema
Function · 0.45
parse_enum_header
Function · 0.45
parse_generic_params
Function · 0.45
collect_enum_body
Function · 0.45
parse_enum_variant_entry
Function · 0.45
Calls
1
row
Method · 0.45
Tested by
14
matrix_kind_shape
Function · 0.36
parse_struct_header
Function · 0.36
parse_script_schema
Function · 0.36
parse_enum_header
Function · 0.36
parse_generic_params
Function · 0.36
collect_enum_body
Function · 0.36
parse_enum_variant_entry
Function · 0.36
parse_default_value
Function · 0.36
type_name_and_args
Function · 0.36
module_name_from_rel
Function · 0.36
last_type_segment
Function · 0.36
strip_line_comment
Function · 0.36