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

Enum CompilationError

src/compilation_pipeline.rs:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30use imports::normalize_lexical;
31use imports::{
32 bundled_module_path, mark_all_defined_symbols_global, programs_module_resolver, source_identity,
33};
34pub use result::*;
35
36pub const DEFAULT_ARTIFACT_DIRECTORY: &str = "out";
37
38// --- Pipeline ---
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected