Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YuminosukeSato/ironkernel
/ is_empty
Method
is_empty
src/buffer/inner.rs:69–71 ·
view source on GitHub ↗
Whether the buffer is empty.
(&self)
Source
from the content-addressed store, hash-verified
67
68
/// Whether the buffer is empty.
69
pub fn is_empty(&self) -> bool {
70
self.len() == 0
71
}
72
73
/// Total bytes of storage.
74
pub fn byte_len(&self) -> usize {
Callers
4
scalar
Method · 0.80
reject_callable_args_for_spec
Function · 0.80
execute_map
Function · 0.80
require_non_empty
Method · 0.80
Calls
1
len
Method · 0.80
Tested by
no test coverage detected