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

Class ExprVariableReference

crates/papyrus/src/types.rs:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109// let zero:u32 := 0:u32
110#[derive(Clone, PartialEq, Eq, Debug)]
111pub struct ExprVariableReference {
112 pub identifier: String,
113 pub inferred_type: Option<YulType>,
114}
115
116//Struct to represent a switch expression
117//Ex.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected