Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ target_mode
Method
target_mode
src/compilation_pipeline.rs:287–289 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
285
286
pub fn set_link_layout(&mut self, layout: Option<LinkLayout>) {
287
self.link_layout = layout;
288
}
289
290
pub fn set_run_semantic_analysis(&mut self, enabled: bool) {
291
self.run_semantic_analysis = enabled;
292
}
Callers
1
init_stdlib_cache
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected