Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
1027
pub struct MatchValue {
1028
pub node: Node,
1029
pub value: Expression,
1030
}
1031
1032
#[derive(Debug, Clone)]
1033
pub struct MatchAs {
Callers
2
parse_literal_pattern
Method · 0.85
parse_value_pattern
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected