MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / Expr

Interface Expr

crates/gitql-ast/src/expression.rs:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59dyn_clone::clone_trait_object!(Expr);
60
61pub trait Expr: DynClone {
62 fn kind(&self) -> ExprKind;
63 fn expr_type(&self) -> Box<dyn DataType>;
64 fn as_any(&self) -> &dyn Any;
65}
66
67impl dyn Expr {
68 pub fn is_const(&self) -> bool {

Callers

nothing calls this directly

Implementers 1

expression.rscrates/gitql-ast/src/expression.rs

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…