Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
google::protobuf::Arena* GetTestArena() {
144
static absl::NoDestructor<google::protobuf::Arena> arena;
145
return &*arena;
146
}
147
148
template <typename T>
149
ParsedMessageValue MakeMessage(absl::string_view text) {
Callers
1
MakeMessage
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected