MCPcopy Create free account
hub / github.com/apache/avro-rs / pcf_string

Function pcf_string

avro/src/schema/mod.rs:1174–1176  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

1172 .join(",");
1173 format!("{{{inter}}}")
1174}
1175
1176fn is_named_type(typ: Option<&str>) -> bool {
1177 matches!(
1178 typ,
1179 Some("record") | Some("enum") | Some("fixed") | Some("ref")

Callers 2

parsing_canonical_formFunction · 0.85
pcf_mapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected