Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ AsmOutput
Class
AsmOutput
src/compilation_pipeline.rs:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
83
impl Default for CompilationPipeline {
84
fn default() -> Self {
85
Self::new()
86
}
87
}
88
89
impl CompilationPipeline {
90
pub fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected