MCPcopy Create free account
hub / github.com/Nariod/RustPacker / ensure_builder_image

Function ensure_builder_image

src/compiler.rs:63–68  ·  view source on GitHub ↗
(runtime: &str)

Source from the content-addressed store, hash-verified

61}
62
63fn ensure_builder_image(runtime: &str) -> Result<(), Box<dyn std::error::Error>> {
64 if !image_exists(runtime) {
65 build_builder_image(runtime)?;
66 }
67 Ok(())
68}
69
70fn compile_in_container(
71 runtime: &str,

Callers 1

compile_in_containerFunction · 0.85

Calls 2

image_existsFunction · 0.85
build_builder_imageFunction · 0.85

Tested by

no test coverage detected