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

Method Join

common/values/string_value.cc:1211–1220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1209}
1210
1211absl::StatusOr<Value> StringValue::Join(
1212 const ListValue& list,
1213 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
1214 google::protobuf::MessageFactory* absl_nonnull message_factory,
1215 google::protobuf::Arena* absl_nonnull arena) const {
1216 Value result;
1217 CEL_RETURN_IF_ERROR(
1218 Join(list, descriptor_pool, message_factory, arena, &result));
1219 return result;
1220}
1221
1222absl::Status StringValue::Join(
1223 const ListValue& list,

Callers 3

TEST_FFunction · 0.80
Join2Function · 0.80
Join1Function · 0.80

Calls 8

ErrorValueFunction · 0.85
AppendToStringFunction · 0.70
CEL_ASSIGN_OR_RETURNFunction · 0.50
Next1Method · 0.45
AsStringMethod · 0.45
AppendToStringMethod · 0.45
sizeMethod · 0.45

Tested by 1

TEST_FFunction · 0.64