Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
encode
Function · 0.80
encode_call
Function · 0.80
encode_tail
Function · 0.80
encode_la
Function · 0.80
define_label
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected