MCPcopy 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

scalarMethod · 0.80
execute_mapFunction · 0.80
require_non_emptyMethod · 0.80

Calls 1

lenMethod · 0.80

Tested by

no test coverage detected