Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
88
pub enum DlcMountSource {
89
Disk(PathBuf),
90
Archive(PathBuf),
91
}
92
93
#[derive(Clone, Debug)]
94
pub struct DlcMount {
95
pub name: String,
96
pub source: DlcMountSource,
97
}
98
Callers
11
set_project_root_disk
Function · 0.85
install_static_project_root
Function · 0.85
resolve_user_path_normalizes_game_name_spaces
Function · 0.85
resolve_static_binary_path_in_perro_assets_mode
Function · 0.85
load_asset_reads_static_resource_lookup
Function · 0.85
resolve_dev_res_path_stays_disk_even_for_static_ext
Function · 0.85
csv_loading_bench
Function · 0.85
load_script_registry_library
Method · 0.85
setup_csv_project
Function · 0.85
setup_csv_project
Function · 0.85
load_boot_scene
Method · 0.85
Calls
3
clone
Method · 0.80
write
Method · 0.45
expect
Method · 0.45
Tested by
4
resolve_user_path_normalizes_game_name_spaces
Function · 0.68
resolve_static_binary_path_in_perro_assets_mode
Function · 0.68
load_asset_reads_static_resource_lookup
Function · 0.68
resolve_dev_res_path_stays_disk_even_for_static_ext
Function · 0.68