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

Method remove

src/adapter/src/coord.rs:5344–5346  ·  view source on GitHub ↗
(&mut self, index: usize)

Source from the content-addressed store, hash-verified

5342 }
5343
5344 pub fn remove(&mut self, index: usize) -> Option<T> {
5345 self.items.remove(index)
5346 }
5347
5348 pub fn iter(&self) -> std::collections::vec_deque::Iter<'_, T> {
5349 self.items.iter()

Callers 15

downloadFileFunction · 0.45
removeUserSelectStylesFunction · 0.45
processFunction · 0.45
workflow_defaultFunction · 0.45
test_full_testdriveFunction · 0.45
workflow_defaultFunction · 0.45
workerFunction · 0.45
remove_profileMethod · 0.45
set_profile_paramMethod · 0.45
set_paramMethod · 0.45
determine_keyMethod · 0.45

Calls

no outgoing calls