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

Class ExprAssignment

crates/papyrus/src/types.rs:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161//Ex. x = 1234:u256
162#[derive(Clone, PartialEq, Eq, Debug)]
163pub struct ExprAssignment {
164 pub identifiers: Vec<String>,
165 pub inferred_types: Vec<Option<YulType>>,
166 pub rhs: Box<Expr>,
167}
168
169//Struct to represent break/continue statement
170#[derive(Clone, PartialEq, Eq, Debug)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected