MCPcopy 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_constantMethod · 0.80
write_attributeMethod · 0.80
write_stack_map_tableMethod · 0.80
write_element_valueMethod · 0.80
write_type_annotationMethod · 0.80
render_instructionMethod · 0.80
write_nMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected