| 27 | } |
| 28 | |
| 29 | struct ProjectLayout { |
| 30 | root: PathBuf, |
| 31 | raw_dir: PathBuf, |
| 32 | ncm_dir: PathBuf, |
| 33 | spotify_dir: PathBuf, |
| 34 | qq_dir: PathBuf, |
| 35 | am_dir: PathBuf, |
| 36 | metadata_dir: PathBuf, |
| 37 | } |
| 38 | |
| 39 | impl ProjectLayout { |
| 40 | fn new() -> Result<Self> { |
nothing calls this directly
no outgoing calls
no test coverage detected