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

Method is_empty

base64ct/src/decoder.rs:332–334  ·  view source on GitHub ↗

Have all of the bytes in this buffer been consumed?

(&self)

Source from the content-addressed store, hash-verified

330
331 /// Have all of the bytes in this buffer been consumed?
332 fn is_empty(&self) -> bool {
333 self.position == self.length
334 }
335}
336
337/// A single line of linewrapped data, providing a read buffer.

Callers 10

decodeMethod · 0.45
encodeMethod · 0.45
encoded_lenMethod · 0.45
decodeMethod · 0.45
validate_last_blockFunction · 0.45
decodeMethod · 0.45
is_finishedMethod · 0.45
fill_block_bufferMethod · 0.45
new_unwrappedMethod · 0.45
nextMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected