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

Function push_u16_le

crates/asm-to-binary/src/assembler/output.rs:187–189  ·  view source on GitHub ↗
(buf: &mut Vec<u8>, v: u16)

Source from the content-addressed store, hash-verified

185
186 /// Iterate the pc-to-source table entries (ascending by address).
187 pub fn line_table_iter(&self) -> impl Iterator<Item = LineEntry> + '_ {
188 self.line_table.iter().copied()
189 }
190
191 /// Source location covering `addr` as `(file, 1-based line)`: the greatest
192 /// entry not exceeding `addr`; line-0 module-end sentinels read as none.

Callers 2

to_objectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected