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

Function GetTestArena

extensions/formatting_test.cc:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141};
142
143google::protobuf::Arena* GetTestArena() {
144 static absl::NoDestructor<google::protobuf::Arena> arena;
145 return &*arena;
146}
147
148template <typename T>
149ParsedMessageValue MakeMessage(absl::string_view text) {

Callers 1

MakeMessageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected