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

Function LowerAscii

extensions/strings.cc:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148StringValue Trim(const StringValue& string) { return string.Trim(); }
149
150StringValue LowerAscii(const StringValue& string,
151 const google::protobuf::DescriptorPool* absl_nonnull,
152 google::protobuf::MessageFactory* absl_nonnull,
153 google::protobuf::Arena* absl_nonnull arena) {
154 return string.LowerAscii(arena);
155}
156
157StringValue UpperAscii(const StringValue& string,
158 const google::protobuf::DescriptorPool* absl_nonnull,

Callers

nothing calls this directly

Calls 1

LowerAsciiMethod · 0.80

Tested by

no test coverage detected