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

Function format_source_location

perro_source/devtools/perro_cli/src/doctor.rs:223–235  ·  view source on GitHub ↗
(
    project_dir: &Path,
    source_file: Option<&Path>,
    source_line: Option<usize>,
)

Source from the content-addressed store, hash-verified

221 project_dir: &Path,
222 config: &ProjectConfig,
223 report: &mut ValidationReport,
224) {
225 report.checked_refs += 1;
226 validate_named_virtual_ref(
227 project_dir,
228 None,
229 None,
230 "project.main_scene",
231 &config.main_scene,
232 true,
233 report,
234 );
235 report.checked_refs += 1;
236 validate_named_virtual_ref(
237 project_dir,
238 None,

Callers 7

validate_signal_emitsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected