MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / compile_stdlib

Method compile_stdlib

src/build.rs:368–377  ·  view source on GitHub ↗
(
        manifest: &BuildManifest,
    )

Source from the content-addressed store, hash-verified

366 }
367 }
368}
369
370impl std::error::Error for BuildError {}
371
372pub struct BuildExecutor;
373
374impl BuildExecutor {
375 pub fn plan(manifest: &BuildManifest) -> BuildPlan {
376 BuildPlan {
377 name: manifest.name.clone(),
378 target: manifest.target,
379 entry: manifest.entry.clone(),
380 stdlib: manifest.stdlib,

Callers

nothing calls this directly

Calls 1

compile_stdlib_objectsFunction · 0.85

Tested by

no test coverage detected