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

Function Quote

extensions/strings.cc:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164StringValue Quote(const StringValue& string,
165 const google::protobuf::DescriptorPool* absl_nonnull,
166 google::protobuf::MessageFactory* absl_nonnull,
167 google::protobuf::Arena* absl_nonnull arena) {
168 return string.Quote(arena);
169}
170
171StringValue Reverse(const StringValue& string,
172 const google::protobuf::DescriptorPool* absl_nonnull,

Callers

nothing calls this directly

Calls 1

QuoteMethod · 0.80

Tested by

no test coverage detected