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

Method has_errors

src/compilation_pipeline.rs:110–114  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

108 peephole: true,
109 register_allocation: true,
110 omit_frame_pointer: true,
111 optimize: OptOptions::none(),
112 }
113 }
114
115 pub fn from_config(config: PipelineConfig) -> Self {
116 Self {
117 run_semantic_analysis: config.run_semantic_analysis,

Callers 1

compileMethod · 0.45

Calls 1

anyMethod · 0.80

Tested by

no test coverage detected