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

Method len

base64ct/src/decoder.rs:375–377  ·  view source on GitHub ↗

Get the number of bytes remaining in this line.

(&self)

Source from the content-addressed store, hash-verified

373
374 /// Get the number of bytes remaining in this line.
375 fn len(&self) -> usize {
376 self.remaining.len()
377 }
378
379 /// Is the buffer for this line empty?
380 fn is_empty(&self) -> bool {

Callers 11

decodeMethod · 0.45
decode_to_endMethod · 0.45
fill_block_bufferMethod · 0.45
readMethod · 0.45
read_to_endMethod · 0.45
fillMethod · 0.45
takeMethod · 0.45
slice_tailMethod · 0.45
is_emptyMethod · 0.45
decoded_lenMethod · 0.45
decode_testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected