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

Function parse_struct_names

perro_source/devtools/perro_cli/src/doctor.rs:983–987  ·  view source on GitHub ↗
(text: &str)

Source from the content-addressed store, hash-verified

981 }
982 if let SceneValue::Object(values) = value
983 && let Some(nested) = index.custom_type_fields.get(&field.ty)
984 {
985 for (name, item) in values.iter() {
986 let Some(nested_field) = nested.iter().find(|field| field.name == name.as_ref()) else {
987 continue;
988 };
989 validate_script_value_node_ref_hint(
990 ctx,

Callers 1

index_script_sourceFunction · 0.85

Calls 1

Tested by

no test coverage detected