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

Function leak_string

perro_source/devtools/perro_cli/src/project.rs:930–932  ·  view source on GitHub ↗
(value: String)

Source from the content-addressed store, hash-verified

928 log_step("Building Web Project Bundle");
929 compile_project_bundle(
930 &project_dir,
931 ProjectBuildOptions::new(profile, false)
932 .with_target(ProjectBuildTarget::Web)
933 .with_demo(args.iter().any(|a| a == "--demo"))
934 .with_web_output_dir(WebOutputDir::Build)
935 .with_fresh(args.iter().any(|a| a == "--fresh")),

Callers 2

build_android_commandFunction · 0.85
dev_android_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected