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

Class ExprBlock

crates/papyrus/src/types.rs:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152//Struct to represent a block, consisting of a Vec of expressions
153#[derive(Clone, PartialEq, Eq, Debug)]
154pub struct ExprBlock {
155 pub exprs: Vec<Expr>,
156}
157
158//Struct to represent variable assignment
159//Ex. x = 1234

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected