MCPcopy Create free account
hub / github.com/ControlCplusControlV/Scribe / transpile_function_args

Method transpile_function_args

crates/papyrus/src/miden_generator.rs:759–763  ·  view source on GitHub ↗
(&mut self, op: &ExprFunctionCall)

Source from the content-addressed store, hash-verified

757 }
758
759 fn transpile_function_args(&mut self, op: &ExprFunctionCall) {
760 for expr in op.exprs.clone().into_iter() {
761 self.transpile_op(&expr);
762 }
763 }
764
765 //Transpiles a procedure in miden.
766 //For example, if a function call is passed in as an expression, the first parameter type is u256 and the function name is "add"

Callers 1

Calls 1

transpile_opMethod · 0.80

Tested by

no test coverage detected