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

Function find_project_root

perro_source/devtools/perro_cli/src/main.rs:198–205  ·  view source on GitHub ↗
(start: &Path)

Source from the content-addressed store, hash-verified

196 value("--script"),
197 value("--method"),
198 value("--var"),
199];
200const MEM_PROFILE: &[FlagSpec] = &[
201 value("--path"),
202 switch("--release"),
203 optional_value("--csv"),
204];
205const SPEC: &[FlagSpec] = &[value("--path"), value("--target-fps")];
206const FLAMEGRAPH: &[FlagSpec] = &[value("--path"), switch("--profile"), switch("--root")];
207const FORMAT: &[FlagSpec] = &[value("--path"), switch("--dedup")];
208const TARGETS: &[FlagSpec] = &[value("--host")];

Callers 8

new_dlc_commandFunction · 0.85
new_script_commandFunction · 0.85
new_scene_commandFunction · 0.85
new_animation_commandFunction · 0.85
new_panimtree_commandFunction · 0.85
bench_commandFunction · 0.85
clean_commandFunction · 0.85
test_commandFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by 1

test_commandFunction · 0.68