MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / validate_expression_variables

Function validate_expression_variables

graphlite/src/ast/validator.rs:2169–2175  ·  view source on GitHub ↗

Validate expression variables (helper function)

(
    expr: &Expression,
    ctx: &mut ValidationContext,
    errors: &mut Vec<ValidationError>,
)

Source from the content-addressed store, hash-verified

2167
2168/// Validate expression variables (helper function)
2169fn validate_expression_variables(
2170 expr: &Expression,
2171 ctx: &mut ValidationContext,
2172 errors: &mut Vec<ValidationError>,
2173) {
2174 validate_expression(expr, ctx, errors);
2175}
2176
2177/// Validate CALL statement
2178fn validate_call_statement(

Callers 1

Calls 1

validate_expressionFunction · 0.85

Tested by

no test coverage detected