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

Method current_offset

crates/asm-to-binary/src/assembler/section.rs:60–62  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

58 }
59
60 pub fn current_offset(&self) -> u64 {
61 self.bytes.len() as u64
62 }
63
64 pub fn push_u8(&mut self, byte: u8) {
65 self.bytes.push(byte);

Callers 5

encodeFunction · 0.80
encode_callFunction · 0.80
encode_tailFunction · 0.80
encode_laFunction · 0.80
define_labelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected