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

Class ExprDeclareVariable

crates/papyrus/src/types.rs:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202//Ex. x:u256 := 1234
203#[derive(Clone, PartialEq, Eq, Debug)]
204pub struct ExprDeclareVariable {
205 pub typed_identifiers: Vec<TypedIdentifier>,
206 pub rhs: Option<Box<Expr>>,
207}
208
209//Struct to represent if statement
210//Ex.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected