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

Function evaluate_string

crates/gitql-engine/src/engine_evaluator.rs:227–229  ·  view source on GitHub ↗
(expr: &StringExpr)

Source from the content-addressed store, hash-verified

225}
226
227fn evaluate_string(expr: &StringExpr) -> Result<Box<dyn Value>, String> {
228 Ok(Box::new(TextValue::new(expr.value.to_owned())))
229}
230
231fn evaluate_symbol(
232 expr: &SymbolExpr,

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…