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

Class ExprIfStatement

crates/papyrus/src/types.rs:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211//if lt(a, b) { sstore(0, 1) }
212#[derive(Clone, PartialEq, Eq, Debug)]
213pub struct ExprIfStatement {
214 pub first_expr: Box<Expr>,
215 pub second_expr: Box<ExprBlock>,
216}
217
218//Struct to represent a function call
219//Ex.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected