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

Function Split2

extensions/strings.cc:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84absl::StatusOr<Value> Split2(
85 const StringValue& string, const StringValue& delimiter,
86 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
87 google::protobuf::MessageFactory* absl_nonnull message_factory,
88 google::protobuf::Arena* absl_nonnull arena) {
89 return string.Split(delimiter, arena);
90}
91
92absl::StatusOr<Value> Replace2(const StringValue& string,
93 const StringValue& old_sub,

Callers

nothing calls this directly

Calls 1

SplitMethod · 0.80

Tested by

no test coverage detected