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

Method MakeParsedMessage

common/value_testing.h:297–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295
296 template <typename T>
297 ParsedMessageValue MakeParsedMessage(absl::string_view text = R"pb()pb") {
298 return ParsedMessageValue(DynamicParseTextProto<T>(text), arena());
299 }
300
301 private:
302 google::protobuf::Arena arena_;

Callers

nothing calls this directly

Calls 1

ParsedMessageValueClass · 0.50

Tested by

no test coverage detected