Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AmrDeveloper/GQL
/ kind
Method
kind
crates/gitql-ast/src/expression.rs:83–85 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
81
82
impl Expr for AssignmentExpr {
83
fn kind(&self) -> ExprKind {
84
ExprKind::Assignment
85
}
86
87
fn expr_type(&self) -> Box<dyn DataType> {
88
self.value.expr_type()
Callers
5
evaluate_expression
Function · 0.80
execute_expression_selection
Function · 0.80
parse_expression
Function · 0.80
parse_assignment_expression
Function · 0.80
parse_member_access_expression
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected