(&self, f: &mut std::fmt::Formatter<'_>)
| 24 | |
| 25 | impl std::fmt::Display for DataRoot { |
| 26 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 27 | write!(f, "{:?}", self.path) |
| 28 | } |
| 29 | } |
| 30 | |
| 31 | pub fn parse_path(input: &str) -> Result<(DataRoot, RepoId, ExternalId)> { |
nothing calls this directly
no outgoing calls
no test coverage detected