(&'a self, name: &str)
| 127 | } |
| 128 | |
| 129 | fn get(&'a self, name: &str) -> Option<&'a (GlobalId, SqlRelationType)> { |
| 130 | self.objects.get(name) |
| 131 | } |
| 132 | |
| 133 | /// Looks up the name of the object referred to as `id`. |
| 134 | pub fn get_source_name(&'a self, id: &GlobalId) -> Option<&'a String> { |
no outgoing calls
no test coverage detected