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

Method push_param

crates/hll-to-ir/src/ir/program.rs:78–80  ·  view source on GitHub ↗
(&mut self, param: IrParam)

Source from the content-addressed store, hash-verified

76 pub params: Vec<IrParam>,
77 pub blocks: Vec<IrBlock>,
78 pub exported: bool,
79}
80
81impl IrFunction {
82 pub fn new(name: impl Into<String>, return_type: IrType) -> Self {
83 Self {

Calls 1

pushMethod · 0.80