Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cretz/stackparam
/ write_u8
Method
write_u8
src/bytecode/io/writer.rs:681–683 ·
view source on GitHub ↗
(&mut self, value: u8)
Source
from the content-addressed store, hash-verified
679
}
680
681
pub fn write_u8(&mut self, value: u8) -> Result<usize, Error> {
682
self.target.write(&[value])
683
}
684
}
Callers
8
write_constant
Method · 0.80
write_attribute
Method · 0.80
write_stack_map_table
Method · 0.80
write_verification_type
Method · 0.80
write_element_value
Method · 0.80
write_type_annotation
Method · 0.80
render_instruction
Method · 0.80
write_n
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected