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

Method remaining_len

base64ct/src/decoder.rs:188–190  ·  view source on GitHub ↗

Get the length of the remaining data after Base64 decoding. Decreases every time data is decoded.

(&self)

Source from the content-addressed store, hash-verified

186 ///
187 /// Decreases every time data is decoded.
188 pub fn remaining_len(&self) -> usize {
189 self.remaining_len
190 }
191
192 /// Has all of the input data been decoded?
193 pub fn is_finished(&self) -> bool {

Callers 3

decode_to_endMethod · 0.45
readMethod · 0.45
decode_testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected