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

Function UpperAscii

extensions/strings.cc:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157StringValue UpperAscii(const StringValue& string,
158 const google::protobuf::DescriptorPool* absl_nonnull,
159 google::protobuf::MessageFactory* absl_nonnull,
160 google::protobuf::Arena* absl_nonnull arena) {
161 return string.UpperAscii(arena);
162}
163
164StringValue Quote(const StringValue& string,
165 const google::protobuf::DescriptorPool* absl_nonnull,

Callers

nothing calls this directly

Calls 1

UpperAsciiMethod · 0.80

Tested by

no test coverage detected