(&self)
| 512 | } |
| 513 | |
| 514 | pub fn item_id(&self) -> &CatalogItemId { |
| 515 | match self { |
| 516 | ResolvedItemName::Item { id, .. } => id, |
| 517 | _ => panic!("cannot call item_id on non-object"), |
| 518 | } |
| 519 | } |
| 520 | |
| 521 | pub fn version(&self) -> &RelationVersionSelector { |
| 522 | match self { |
no outgoing calls
no test coverage detected