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

Class ExprBreakContinue

crates/papyrus/src/types.rs:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169//Struct to represent break/continue statement
170#[derive(Clone, PartialEq, Eq, Debug)]
171pub struct ExprBreakContinue {
172 pub identifier: String,
173 pub rhs: Box<Expr>,
174}
175
176//Struct to represent a for loop
177//Ex.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected