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

Method Build

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

Source from the content-addressed store, hash-verified

351namespace {
352
353ListValue ListValueBuilderImpl::Build() && {
354 if (elements_->empty()) {
355 return ListValue();
356 }
357 return std::move(*this).BuildCustom();
358}
359
360CustomListValue ListValueBuilderImpl::BuildCustom() && {
361 if (elements_->empty()) {

Callers 11

MapValueFromExprFunction · 0.45
ListValueFromExprFunction · 0.45
SplitMethod · 0.45
ListKeysMethod · 0.45
CustomMapValueTestClass · 0.45
TEST_FFunction · 0.45
NewIntDoubleMapValueMethod · 0.45
NewJsonMapValueMethod · 0.45
ListKeysMethod · 0.45
NewIntListValueMethod · 0.45
ListKeysMethod · 0.45

Calls 4

BuildCustomMethod · 0.80
ListValueClass · 0.70
MapValueClass · 0.70
emptyMethod · 0.45

Tested by 5

ListKeysMethod · 0.36
TEST_FFunction · 0.36
NewIntDoubleMapValueMethod · 0.36
NewJsonMapValueMethod · 0.36
NewIntListValueMethod · 0.36