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

Method get_u64

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

Source from the content-addressed store, hash-verified

896
897 #[allow(dead_code)]
898 pub fn get_u64(&mut self) -> u64 {
899 self.read_u64().unwrap_or(0)
900 }
901
902 pub fn read_u32(&mut self) -> Result<u32, Error> {
903 let mut buf: [u8; 4] = [0; 4];

Callers

nothing calls this directly

Calls 1

read_u64Method · 0.80

Tested by

no test coverage detected