MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / has_extension

Function has_extension

src/cli/main.rs:509–515  ·  view source on GitHub ↗
(path: &str, ext: &str)

Source from the content-addressed store, hash-verified

507 .linked
508 .to_elf_with_entry(outcome.link_layout.load_base, &outcome.entry)
509}
510
511fn print_build_summary(outcome: &BuildOutcome) {
512 eprintln!(
513 "fsc: built `{}` for {:?} ({} units)",
514 outcome.manifest_name,
515 outcome.target,
516 outcome.artifacts.units.len()
517 );
518 if let Some(dir) = &outcome.artifact_dir {

Callers 2

cmd_linkFunction · 0.85
cmd_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected