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

Function Replace2

extensions/strings.cc:92–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92absl::StatusOr<Value> Replace2(const StringValue& string,
93 const StringValue& old_sub,
94 const StringValue& new_sub, int64_t limit,
95 const google::protobuf::DescriptorPool* absl_nonnull,
96 google::protobuf::MessageFactory* absl_nonnull,
97 google::protobuf::Arena* absl_nonnull arena) {
98 return string.Replace(old_sub, new_sub, limit, arena);
99}
100
101absl::StatusOr<Value> Replace1(
102 const StringValue& string, const StringValue& old_sub,

Callers

nothing calls this directly

Calls 1

ReplaceMethod · 0.80

Tested by

no test coverage detected