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

Function require_any_input

src/cli/main.rs:503–507  ·  view source on GitHub ↗

Require at least one input file (for commands that accept one or more).

(args: &Args)

Source from the content-addressed store, hash-verified

501 other => CliError::Assemble(other.to_string()),
502 }
503}
504
505fn linked_elf_bytes(outcome: &BuildOutcome) -> Vec<u8> {
506 outcome
507 .artifacts
508 .linked
509 .to_elf_with_entry(outcome.link_layout.load_base, &outcome.entry)
510}

Callers 1

require_single_inputFunction · 0.85

Calls 1

first_inputMethod · 0.80

Tested by

no test coverage detected