MCPcopy Create free account
hub / github.com/PerroEngine/Perro / set_project_root

Function set_project_root

perro_source/io_stack/perro_io/src/asset_io.rs:87–95  ·  view source on GitHub ↗
(root: ProjectRoot)

Source from the content-addressed store, hash-verified

85}
86
87#[derive(Clone, Debug)]
88pub enum DlcMountSource {
89 Disk(PathBuf),
90 Archive(PathBuf),
91}
92
93#[derive(Clone, Debug)]
94pub struct DlcMount {
95 pub name: String,
96 pub source: DlcMountSource,
97}
98

Calls 3

cloneMethod · 0.80
writeMethod · 0.45
expectMethod · 0.45