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

Class StackValue

crates/papyrus/src/miden_generator.rs:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53//Each stack value has an optional typed identifier (ie. x or x:u256) and a YulType
54#[derive(Clone, Debug)]
55struct StackValue {
56 typed_identifier: Option<TypedIdentifier>,
57 yul_type: YulType,
58}
59
60impl From<&TypedIdentifier> for StackValue {
61 fn from(typed_identifier: &TypedIdentifier) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected