(&self)
| 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_ |
no outgoing calls
no test coverage detected