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

Class ExprFunctionCall

crates/papyrus/src/types.rs:224–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222//let c:u256 := add(a:u256, b:u256)
223#[derive(Clone, PartialEq, Eq, Debug)]
224pub struct ExprFunctionCall {
225 pub function_name: String,
226 pub exprs: Box<Vec<Expr>>,
227 pub inferred_return_types: Vec<Option<YulType>>,
228 pub inferred_param_types: Vec<Option<YulType>>,
229}
230
231//Struct to represent a typed identifier
232//Ex. x:u256

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected