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

Method children

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

Source from the content-addressed store, hash-verified

197 size_t height() const { return data_.height; }
198
199 absl::Span<const Derived* const> children() const {
200 return absl::MakeConstSpan(data_.children);
201 }
202
203 // Range over the descendants of this node (including self) using preorder
204 // semantics. Each node is visited immediately before all of its descendants.

Callers 8

TESTFunction · 0.80
ASSERT_OK_AND_ASSIGNFunction · 0.80
TESTFunction · 0.80
ValidateTimestampsFunction · 0.80
ValidateDurationsFunction · 0.80
TESTFunction · 0.80
ASSERT_OK_AND_ASSIGNFunction · 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