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

Function MakeMessage

extensions/formatting_test.cc:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148template <typename T>
149ParsedMessageValue MakeMessage(absl::string_view text) {
150 return ParsedMessageValue(
151 internal::DynamicParseTextProto<T>(GetTestArena(), text,
152 internal::GetTestingDescriptorPool(),
153 internal::GetTestingMessageFactory()),
154 GetTestArena());
155}
156
157using StringFormatTest = TestWithParam<FormattingTestCase>;
158TEST_P(StringFormatTest, TestStringFormatting) {

Callers

nothing calls this directly

Calls 2

GetTestArenaFunction · 0.70
ParsedMessageValueClass · 0.50

Tested by

no test coverage detected