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

Function parser_section_directive

crates/asm-to-binary/src/assembler/mod.rs:191–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 assert_eq!(
190 out.source_for_addr(6),
191 Some(("a.hll", 10)),
192 "mid-instruction"
193 );
194 assert_eq!(out.source_for_addr(8), Some(("a.hll", 10)));
195 assert_eq!(out.source_for_addr(12), Some(("a.hll", 11)));
196 assert_eq!(
197 out.source_for_addr(1000),

Callers

nothing calls this directly

Calls 1

parse_oneFunction · 0.85

Tested by

no test coverage detected