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

Method push_u8

crates/asm-to-binary/src/assembler/section.rs:64–66  ·  view source on GitHub ↗
(&mut self, byte: u8)

Source from the content-addressed store, hash-verified

62 }
63
64 pub fn push_u8(&mut self, byte: u8) {
65 self.bytes.push(byte);
66 }
67
68 pub fn push_u32_le(&mut self, word: u32) {
69 self.bytes.extend_from_slice(&word.to_le_bytes());

Callers 1

encodeFunction · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected