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

Method is_empty

src/adapter/src/coord.rs:5332–5334  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

5330 }
5331
5332 pub fn is_empty(&self) -> bool {
5333 self.items.is_empty()
5334 }
5335
5336 pub fn push_back(&mut self, value: T) {
5337 self.items.push_back(value)

Callers 15

extract_groupsFunction · 0.45
resolve_claim_pathFunction · 0.45
validate_tokenMethod · 0.45
validate_descMethod · 0.45
drop_temporary_schemaMethod · 0.45
innerFunction · 0.45
bootstrapMethod · 0.45

Calls

no outgoing calls

Tested by 1