Get the last segment as the name
(&self)
| 735 | |
| 736 | /// Get the last segment as the name |
| 737 | pub fn name(&self) -> Option<&String> { |
| 738 | self.segments.last() |
| 739 | } |
| 740 | } |
| 741 | |
| 742 | impl std::fmt::Display for CatalogPath { |
no outgoing calls
no test coverage detected