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

Method len

src/ore/src/bytes.rs:96–98  ·  view source on GitHub ↗

Returns the number of bytes contained in this [`SegmentedBytes`].

(&self)

Source from the content-addressed store, hash-verified

94
95 /// Returns the number of bytes contained in this [`SegmentedBytes`].
96 pub fn len(&self) -> usize {
97 self.len
98 }
99
100 /// Returns if this [`SegmentedBytes`] is empty.
101 pub fn is_empty(&self) -> bool {

Callers 15

strip_commentsFunction · 0.45
fix_typesFunction · 0.45
parse_exprFunction · 0.45
insertMethod · 0.45
search_poemFunction · 0.45
typMethod · 0.45
keys_with_input_keysMethod · 0.45
arityMethod · 0.45
is_constant_singletonMethod · 0.45
union_manyMethod · 0.45

Calls

no outgoing calls