MCPcopy Create free account
hub / github.com/Glyphack/enderpy / MatchValue

Class MatchValue

parser/src/ast.rs:1027–1030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1025
1026#[derive(Debug, Clone)]
1027pub struct MatchValue {
1028 pub node: Node,
1029 pub value: Expression,
1030}
1031
1032#[derive(Debug, Clone)]
1033pub struct MatchAs {

Callers 2

parse_literal_patternMethod · 0.85
parse_value_patternMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected