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

Function Join2

extensions/strings.cc:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58};
59
60absl::StatusOr<Value> Join2(
61 const ListValue& value, const StringValue& separator,
62 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
63 google::protobuf::MessageFactory* absl_nonnull message_factory,
64 google::protobuf::Arena* absl_nonnull arena) {
65 return separator.Join(value, descriptor_pool, message_factory, arena);
66}
67
68absl::StatusOr<Value> Join1(
69 const ListValue& value,

Callers

nothing calls this directly

Calls 1

JoinMethod · 0.80

Tested by

no test coverage detected