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

Method HasNext

common/values/value_builder.cc:131–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 : elements_(elements) {}
130
131 bool HasNext() override { return index_ < elements_.size(); }
132
133 absl::Status Next(const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
134 google::protobuf::MessageFactory* absl_nonnull message_factory,

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected