MCPcopy 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
82impl 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_expressionFunction · 0.80
parse_expressionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected