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

Function elf_class_is_64bit

crates/asm-to-binary/tests/elf_output.rs:69–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69fn minimal_output() -> asm_to_binary::AssembledOutput {
70 Assembler::assemble(&minimal_tokens()).expect("assembly failed")
71}
72
73// ---- ELF magic and class ---------------------------------------------------
74
75#[test]

Callers

nothing calls this directly

Calls 2

minimal_outputFunction · 0.85
to_elfMethod · 0.80

Tested by

no test coverage detected