Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_blobs
Function · 0.80
parse_into_array
Function · 0.80
main
Function · 0.80
main
Function · 0.80
absorb_u64_le
Method · 0.80
squeeze_inner_u64_le
Method · 0.80
digest_blocks
Method · 0.80
split_blocks
Method · 0.80
parse_meta
Method · 0.80
hash_to_end
Method · 0.80
pad_detached
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected