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

Function Join1

extensions/strings.cc:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68absl::StatusOr<Value> Join1(
69 const ListValue& value,
70 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
71 google::protobuf::MessageFactory* absl_nonnull message_factory,
72 google::protobuf::Arena* absl_nonnull arena) {
73 return StringValue().Join(value, descriptor_pool, message_factory, arena);
74}
75
76absl::StatusOr<Value> Split3(
77 const StringValue& string, const StringValue& delimiter, int64_t limit,

Callers

nothing calls this directly

Calls 2

JoinMethod · 0.80
StringValueClass · 0.50

Tested by

no test coverage detected