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

Method effective_entry_point

src/compilation_pipeline.rs:275–285  ·  view source on GitHub ↗

The effective entry-point symbol given the current configuration.

(&self)

Source from the content-addressed store, hash-verified

273
274 pub fn target_mode(&self) -> TargetMode {
275 self.target_mode
276 }
277
278 pub fn set_target_mode(&mut self, mode: TargetMode) {
279 self.target_mode = mode;
280 }
281
282 pub fn set_entry_point(&mut self, entry: Option<String>) {
283 self.entry_point = entry;
284 }
285
286 pub fn set_link_layout(&mut self, layout: Option<LinkLayout>) {
287 self.link_layout = layout;
288 }

Callers 7

compileMethod · 0.80
run_fullMethod · 0.80
assemble_namedMethod · 0.80
cmd_linkFunction · 0.80
manifest_for_programMethod · 0.80
compileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected