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

Method is_empty

inout/src/inout_buf.rs:95–97  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

93 #[inline(always)]
94 #[must_use]
95 pub fn is_empty(&self) -> bool {
96 self.len == 0
97 }
98
99 /// Returns `InOut` for given position.
100 ///

Callers 11

encode_blobsFunction · 0.80
parse_into_arrayFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
absorb_u64_leMethod · 0.80
squeeze_inner_u64_leMethod · 0.80
digest_blocksMethod · 0.80
split_blocksMethod · 0.80
parse_metaMethod · 0.80
hash_to_endMethod · 0.80
pad_detachedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected