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

Function resolve_local_path

perro_source/devtools/perro_cli/src/main.rs:168–188  ·  view source on GitHub ↗
(input: &str, local_root: &Path)

Source from the content-addressed store, hash-verified

166 value("--target-rig"),
167];
168const INSTALL: &[FlagSpec] = &[value("--profile")];
169const BUILD: &[FlagSpec] = &[
170 value("--path"),
171 value("--target"),
172 value("--triple"),
173 switch("--universal-macos"),
174 switch("--profile"),
175 switch("--console"),
176 switch("--headless"),
177 switch("--fresh"),
178 switch("--demo"),
179];
180const DLC: &[FlagSpec] = &[value("--name"), value("--path")];
181const DEV: &[FlagSpec] = &[
182 value("--path"),
183 value("--target"),
184 switch("--timings"),
185 switch("--profile"),
186 switch("--ui-profile"),
187 switch("--release"),
188 optional_value("--csv-profile"),
189 value("--host"),
190 value("--port"),
191 switch("--headless"),

Callers 15

new_commandFunction · 0.70
new_dlc_commandFunction · 0.70
new_script_commandFunction · 0.70
new_scene_commandFunction · 0.70
new_animation_commandFunction · 0.70
new_panimtree_commandFunction · 0.70
gltf_to_panim_commandFunction · 0.70
bench_commandFunction · 0.70
doctor_commandFunction · 0.70
mem_profile_commandFunction · 0.70
flamegraph_commandFunction · 0.70
clean_commandFunction · 0.70

Calls 2

joinMethod · 0.80
is_emptyMethod · 0.45

Tested by 1

test_commandFunction · 0.56