MCPcopy Create free account
hub / github.com/cretz/stackparam / get_u32

Method get_u32

src/bytecode/io/reader.rs:919–921  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

917
918 #[allow(dead_code)]
919 pub fn get_u32(&mut self) -> u32 {
920 self.read_u32().unwrap_or(0)
921 }
922
923 pub fn read_u16(&mut self) -> Result<u16, Error> {
924 let mut buf: [u8; 2] = [0; 2];

Callers 2

parse_instructionMethod · 0.80
parse_attributeMethod · 0.80

Calls 1

read_u32Method · 0.80

Tested by

no test coverage detected