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

Class ExprCase

crates/papyrus/src/types.rs:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133//Ex. case 0 { result := 1 }
134#[derive(Clone, PartialEq, Eq, Debug)]
135pub struct ExprCase {
136 pub literal: ExprLiteral,
137 pub block: ExprBlock,
138}
139
140//Struct to represent a function definition
141//Ex. function f(a,b) -> c, d { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected