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

Class MatchAs

parser/src/ast.rs:1033–1037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1031
1032#[derive(Debug, Clone)]
1033pub struct MatchAs {
1034 pub node: Node,
1035 pub name: Option<String>,
1036 pub pattern: Option<MatchPattern>,
1037}
1038
1039#[derive(Debug, Clone)]
1040pub struct MatchMapping {

Callers 2

parse_patternMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected