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

Class BinaryOutput

src/compilation_pipeline.rs:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89impl CompilationPipeline {
90 pub fn new() -> Self {
91 Self {
92 run_semantic_analysis: true,
93 target_mode: TargetMode::Hosted,
94 entry_point: None,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected