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

Function Split3

extensions/strings.cc:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76absl::StatusOr<Value> Split3(
77 const StringValue& string, const StringValue& delimiter, int64_t limit,
78 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
79 google::protobuf::MessageFactory* absl_nonnull message_factory,
80 google::protobuf::Arena* absl_nonnull arena) {
81 return string.Split(delimiter, limit, arena);
82}
83
84absl::StatusOr<Value> Split2(
85 const StringValue& string, const StringValue& delimiter,

Callers

nothing calls this directly

Calls 1

SplitMethod · 0.80

Tested by

no test coverage detected