MCPcopy Create free account
hub / github.com/RustCrypto/utils / size

Method size

block-buffer/src/read.rs:56–58  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

54 /// Return size of the internal buffer in bytes.
55 #[inline(always)]
56 pub fn size(&self) -> usize {
57 BS::USIZE
58 }
59
60 /// Return number of remaining bytes in the internal buffer.
61 #[inline(always)]

Callers 1

remainingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected