MCPcopy Create free account
hub / github.com/RustCrypto/formats / read

Method read

ssh-key/src/reader.rs:131–133  ·  view source on GitHub ↗
(&mut self, out: &'o mut [u8])

Source from the content-addressed store, hash-verified

129
130impl Reader for Base64Reader<'_> {
131 fn read<'o>(&mut self, out: &'o mut [u8]) -> Result<&'o [u8]> {
132 Ok(self.decode(out)?)
133 }
134
135 fn remaining_len(&self) -> usize {
136 self.remaining_len()

Callers 10

read_variable_lengthFunction · 0.45
tls_deserializeMethod · 0.45
decodeMethod · 0.45
read_bytenMethod · 0.45
drainMethod · 0.45
decodeMethod · 0.45
decodeMethod · 0.45
decodeMethod · 0.45
decodeMethod · 0.45

Calls 2

decodeMethod · 0.45
lenMethod · 0.45

Tested by

no test coverage detected