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

Function workspace_root

perro_source/devtools/perro_cli/src/main.rs:190–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188 switch("--release"),
189 optional_value("--csv-profile"),
190 value("--host"),
191 value("--port"),
192 switch("--headless"),
193 switch("--demo"),
194 value("--sim"),
195];
196const BENCH: &[FlagSpec] = &[
197 value("--path"),
198 value("--script"),
199 value("--method"),

Callers 15

new_commandFunction · 0.70
new_dlc_commandFunction · 0.70
new_script_commandFunction · 0.70
bench_harness_sourceFunction · 0.70
install_commandFunction · 0.70
mem_profile_commandFunction · 0.70
flamegraph_commandFunction · 0.70
scripts_commandFunction · 0.70
dlc_commandFunction · 0.70
dev_commandFunction · 0.70
project_commandFunction · 0.70
build_web_commandFunction · 0.70

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected