| 199 | } |
| 200 | |
| 201 | pub struct MetadataIndex { |
| 202 | pub path: PathBuf, |
| 203 | pub tree: Tree<u128, MetadataIndexItem>, |
| 204 | } |
| 205 | |
| 206 | impl MetadataIndex { |
| 207 | pub fn new(path: PathBuf) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected