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

Method MapValueBuilderImpl

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

Source from the content-addressed store, hash-verified

945class MapValueBuilderImpl final : public MapValueBuilder {
946 public:
947 explicit MapValueBuilderImpl(google::protobuf::Arena* absl_nonnull arena)
948 : arena_(arena) {
949 map_.Construct(arena_);
950 }
951
952 ~MapValueBuilderImpl() override {
953 if (!entries_trivially_destructible_) {

Callers

nothing calls this directly

Calls 1

ConstructMethod · 0.45

Tested by

no test coverage detected