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

Function Reverse

extensions/strings.cc:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171StringValue Reverse(const StringValue& string,
172 const google::protobuf::DescriptorPool* absl_nonnull,
173 google::protobuf::MessageFactory* absl_nonnull,
174 google::protobuf::Arena* absl_nonnull arena) {
175 return string.Reverse(arena);
176}
177
178const Type& ListStringType() {
179 static absl::NoDestructor<Type> kInstance(

Callers

nothing calls this directly

Calls 1

ReverseMethod · 0.80

Tested by

no test coverage detected