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

Method ListValueBuilderImpl

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

Source from the content-addressed store, hash-verified

202class ListValueBuilderImpl final : public ListValueBuilder {
203 public:
204 explicit ListValueBuilderImpl(google::protobuf::Arena* absl_nonnull arena)
205 : arena_(arena) {
206 elements_.Construct(arena);
207 }
208
209 ~ListValueBuilderImpl() override {
210 if (!elements_trivially_destructible_) {

Callers

nothing calls this directly

Calls 1

ConstructMethod · 0.45

Tested by

no test coverage detected