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

Function validate_temporal_literals

graphlite/src/ast/validator.rs:2162–2166  ·  view source on GitHub ↗

Validate temporal literals

(_query: &Query, _errors: &mut Vec<ValidationError>)

Source from the content-addressed store, hash-verified

2160
2161/// Validate temporal literals
2162fn validate_temporal_literals(_query: &Query, _errors: &mut Vec<ValidationError>) {
2163 // This would traverse all expressions to find temporal literals
2164 // and validate their formats
2165 // For now, this is a placeholder for temporal validation logic
2166}
2167
2168/// Validate expression variables (helper function)
2169fn validate_expression_variables(

Callers 2

validate_queryFunction · 0.85
validate_subqueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected