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

Method HasNext

common/value.cc:2671–2671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2669class EmptyValueIterator final : public ValueIterator {
2670 public:
2671 bool HasNext() override { return false; }
2672
2673 absl::Status Next(const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
2674 google::protobuf::MessageFactory* absl_nonnull message_factory,

Callers 7

TEST_FFunction · 0.45
FormatListFunction · 0.45
MinListFunction · 0.45
MaxListFunction · 0.45
TEST_FFunction · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
MapEqualFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36