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

Class MatchMapping

parser/src/ast.rs:1040–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1038
1039#[derive(Debug, Clone)]
1040pub struct MatchMapping {
1041 pub node: Node,
1042 pub keys: Vec<Expression>,
1043 pub patterns: Vec<MatchPattern>,
1044 pub rest: Option<String>,
1045}
1046
1047#[derive(Debug, Clone)]
1048pub struct MatchClass {

Callers 1

parse_mapping_patternMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected