MCPcopy Create free account
hub / github.com/amll-dev/amll-ttml-db / ProjectLayout

Class ProjectLayout

scripts/rebuild-folder/src/main.rs:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29struct 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
39impl ProjectLayout {
40 fn new() -> Result<Self> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected