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

Function GetTestArena

common/internal/signature_test.cc:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34using ::testing::ValuesIn;
35
36google::protobuf::Arena* GetTestArena() {
37 static absl::NoDestructor<google::protobuf::Arena> arena;
38 return &*arena;
39}
40
41struct TypeSignatureTestCase {
42 Type type;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected