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

Method node_kind

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

The type of this node, analogous to Expr::ExprKindCase.

Source from the content-addressed store, hash-verified

188
189 // The type of this node, analogous to Expr::ExprKindCase.
190 NodeKind node_kind() const { return data_.node_kind; }
191
192 // The number of nodes in the tree rooted at this node (including self).
193 size_t tree_size() const { return data_.tree_size; }

Callers 15

TESTFunction · 0.80
ASSERT_OK_AND_ASSIGNFunction · 0.80
branch_coverage.ccFile · 0.80
ExtractFieldPathsFunction · 0.80
TESTFunction · 0.80
RegexPatternValidatorFunction · 0.80
ValidateTimestampsFunction · 0.80
ValidateDurationsFunction · 0.80
InExemptFunctionFunction · 0.80

Calls

no outgoing calls

Tested by 5

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