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

Class CaseExpression

graphlite/src/ast/ast.rs:1221–1224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1219/// CASE expression supporting both simple and searched forms
1220#[derive(Debug, Clone, Serialize, Deserialize)]
1221pub struct CaseExpression {
1222 pub case_type: CaseType,
1223 pub location: Location,
1224}
1225
1226/// PATH constructor: PATH[expr1, expr2, ...]
1227#[derive(Debug, Clone, Serialize, Deserialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected