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

Function is_state_attribute

perro_source/devtools/perro_cli/src/doctor.rs:1017–1019  ·  view source on GitHub ↗
(line: &str)

Source from the content-addressed store, hash-verified

1015 };
1016 if hint.allows(target_type) {
1017 return;
1018 }
1019 let source = format_source_location(ctx.project_dir, Some(ctx.file), None);
1020 ctx.report.warn(format!(
1021 "node ref type mismatch: {source}{label} wants {}, got {} @{}",
1022 hint.label(),

Callers 1

parse_state_struct_namesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected