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

Method BuildCompatAt

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

Source from the content-addressed store, hash-verified

373}
374
375const CompatListValue* absl_nonnull ListValueBuilderImpl::BuildCompatAt(
376 void* absl_nonnull address) && {
377 CompatListValueImpl* absl_nonnull impl =
378 ::new (address) CompatListValueImpl(std::move(*elements_));
379 if (!elements_trivially_destructible_) {
380 arena_->OwnDestructor(impl);
381 elements_trivially_destructible_ = true;
382 }
383 return impl;
384}
385
386class MutableCompatListValueImpl final : public MutableCompatListValue {
387 public:

Callers 3

BuildCompatMethod · 0.80
ProjectKeysMethod · 0.80
ProjectKeysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected