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

Method bound_objects

src/catalog/src/memory/objects.rs:3645–3647  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

3643 }
3644
3645 fn bound_objects(&self) -> &BTreeSet<CatalogItemId> {
3646 &self.bound_objects
3647 }
3648
3649 fn replica_ids(&self) -> &BTreeMap<String, ReplicaId> {
3650 &self.replica_id_by_name_

Callers 5

plan_drop_clusterFunction · 0.45
plan_drop_ownedFunction · 0.45
check_refresh_policyMethod · 0.45
cluster_dependentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected