MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / is_empty

Method is_empty

src/ore/src/bytes.rs:101–103  ·  view source on GitHub ↗

Returns if this [`SegmentedBytes`] is empty.

(&self)

Source from the content-addressed store, hash-verified

99
100 /// Returns if this [`SegmentedBytes`] is empty.
101 pub fn is_empty(&self) -> bool {
102 self.len() == 0
103 }
104
105 /// Consumes `self` returning an [`Iterator`] over all of the non-contiguous segments
106 /// that make up this buffer.

Callers 13

label_selector_to_k8sMethod · 0.45
try_nonrecursive_dftFunction · 0.45
try_nonrecursive_dft_mutFunction · 0.45
nonrecursive_dftFunction · 0.45
nonrecursive_dft_mutFunction · 0.45
from_lineMethod · 0.45
detect_memory_limitFunction · 0.45
pushMethod · 0.45
chunkMethod · 0.45
cleanMethod · 0.45
parseMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected