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

Method BuildCompat

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

Source from the content-addressed store, hash-verified

365}
366
367const CompatListValue* absl_nonnull ListValueBuilderImpl::BuildCompat() && {
368 if (elements_->empty()) {
369 return EmptyCompatListValue();
370 }
371 return std::move(*this).BuildCompatAt(arena_->AllocateAligned(
372 sizeof(CompatListValueImpl), alignof(CompatListValueImpl)));
373}
374
375const CompatListValue* absl_nonnull ListValueBuilderImpl::BuildCompatAt(
376 void* absl_nonnull address) && {

Callers 3

BuildCustomMethod · 0.80
MakeCompatListValueFunction · 0.80
MakeCompatMapValueFunction · 0.80

Calls 2

BuildCompatAtMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected