MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / transformProperty

Method transformProperty

src/parser/transform/transform_expression.cpp:659–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659std::unique_ptr<ParsedExpression> Transformer::transformProperty(
660 CypherParser::OC_PropertyExpressionContext& ctx) {
661 auto child = transformAtom(*ctx.oC_Atom());
662 return createPropertyExpression(*ctx.oC_PropertyLookup(), std::move(child));
663}
664
665std::string Transformer::transformPropertyKeyName(CypherParser::OC_PropertyKeyNameContext& ctx) {
666 return transformSymbolicName(*ctx.oC_SymbolicName());

Callers

nothing calls this directly

Calls 1

createPropertyExpressionFunction · 0.85

Tested by

no test coverage detected