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

Method push_function

crates/hll-to-ir/src/ir/program.rs:144–146  ·  view source on GitHub ↗
(&mut self, function: IrFunction)

Source from the content-addressed store, hash-verified

142 global_strings: Vec::new(),
143 global_vars: Vec::new(),
144 functions: Vec::new(),
145 }
146 }
147
148 pub fn push_type_alias(&mut self, alias: IrTypeAlias) {
149 self.type_aliases.push(alias);

Calls 1

pushMethod · 0.80