(&self)
| 505 | } |
| 506 | |
| 507 | pub fn full_item_name(&self) -> &FullItemName { |
| 508 | match self { |
| 509 | ResolvedItemName::Item { full_name, .. } => full_name, |
| 510 | _ => panic!("cannot call object_full_name on non-object"), |
| 511 | } |
| 512 | } |
| 513 | |
| 514 | pub fn item_id(&self) -> &CatalogItemId { |
| 515 | match self { |
no outgoing calls
no test coverage detected