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

Method get_bytes

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

Source from the content-addressed store, hash-verified

984 }
985
986 pub fn get_bytes(&mut self) -> Vec<u8> {
987 let mut tmp: Vec<u8> = vec![];
988
989 let _ = self.source.read_to_end(&mut tmp);
990
991 tmp
992 }
993
994 pub fn position(&self) -> usize {
995 self.position

Callers 1

parse_attributeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected