MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / parent_relation

Method parent_relation

common/ast/navigable_ast_internal.h:187–187  ·  view source on GitHub ↗

The type of traversal from parent to this node.

Source from the content-addressed store, hash-verified

185
186 // The type of traversal from parent to this node.
187 ChildKind parent_relation() const { return data_.parent_relation; }
188
189 // The type of this node, analogous to Expr::ExprKindCase.
190 NodeKind node_kind() const { return data_.node_kind; }

Callers 5

TESTFunction · 0.80
ASSERT_OK_AND_ASSIGNFunction · 0.80
TESTFunction · 0.80
ASSERT_OK_AND_ASSIGNFunction · 0.80
KindToStringFunction · 0.80

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.64
ASSERT_OK_AND_ASSIGNFunction · 0.64
TESTFunction · 0.64
ASSERT_OK_AND_ASSIGNFunction · 0.64