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

Function evaluate_interval

crates/gitql-engine/src/engine_evaluator.rs:282–284  ·  view source on GitHub ↗
(expr: &IntervalExpr)

Source from the content-addressed store, hash-verified

280}
281
282fn evaluate_interval(expr: &IntervalExpr) -> Result<Box<dyn Value>, String> {
283 Ok(Box::new(IntervalValue::new(expr.interval.clone())))
284}
285
286fn evaluate_collection_index(
287 env: &mut Environment,

Callers 1

evaluate_expressionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…